Html Css Color HEX #78477F Affair

📋 copy color: '#78477F'

red 120 ◦ green 71 ◦ blue 127

#78477F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #78477F

Tints of Affair #78477F

RGB

 RED value IS 120 (47.27% from 255) = 37.74%

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 127 (50% from 255) = 39.94%

R = 37.74%
G = 22.33%
B = 39.94%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#78477F (or 0x78477F) is known color: Affair. HEX triplet: 78, 47 and 7F. RGB value is (120,71,127). Sum of RGB (Red+Green+Blue) = 120+71+127=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #78477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78477F is #87B880. Grayscale: #5B5B5B. Windows color (decimal): -8894593 or 8341368. OLE color: 8341368.

HSL color Cylindrical-coordinate representation of color #78477F: hue angle of 292.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78477F is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 71 127 -
CMYK 0.06 0.44 0 0.50
HSL 292.5º 0.28% 0.39% -
HSV(B) 292.5º 0.44% 0.5% -
XYZ 13.83 10.03 21.29 -
YUV 92.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 120 71 127 0.06 0.44 0 0.50 292.5 0.28 0.39
Hex 78 47 7F 6 2C 0 32 124 1C 27
Octal 170 107 177 6 54 0 62 444 34 47
Binary 1111000 1000111 1111111 110 101100 0 110010 100100100 11100 100111

Color Harmonies of #78477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78477F

Black with #78477F

Text Example


Text Example

White with #78477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78477F; }

 p { color: rgb(120,71,127); }

 H1.HeaderClassName
 {
   color: #78477F;
 }
 .AnyTagClassName
 {
   color: #78477F;
 }
</style>

background-color css

<style>
 a { background-color: #78477F; }

 a { background-color: rgb(120,71,127); }

 div.DivClassName
 {
   background-color: #78477F;
 }
 .BgClassName
 {
   background-color: #78477F;
 }
</style>

border-color css

<style>
 span { border-color: #78477F; }

 span { border-color: rgb(120,71,127); }

 td.TdClassName
 {
   border-color: #78477F;
 }
 .TagClassName
 {
   border-color: #78477F;
 }
</style>