Html Css Color HEX #78557F Affair

📋 copy color: '#78557F'

red 120 ◦ green 85 ◦ blue 127

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

Shades of Affair #78557F

Tints of Affair #78557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

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

R = 36.14%
G = 25.6%
B = 38.25%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78557F (or 0x78557F) is known color: Affair. HEX triplet: 78, 55 and 7F. RGB value is (120,85,127). Sum of RGB (Red+Green+Blue) = 120+85+127=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #78557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557F is #87AA80. Grayscale: #646464. Windows color (decimal): -8891009 or 8344952. OLE color: 8344952.

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

Color convert

RGB 120 85 127 -
CMYK 0.06 0.33 0 0.50
HSL 290º 0.2% 0.42% -
HSV(B) 290º 0.33% 0.5% -
XYZ 14.82 12.02 21.62 -
YUV 100.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 120 85 127 0.06 0.33 0 0.50 290 0.2 0.42
Hex 78 55 7F 6 21 0 32 122 14 2A
Octal 170 125 177 6 41 0 62 442 24 52
Binary 1111000 1010101 1111111 110 100001 0 110010 100100010 10100 101010

Color Harmonies of #78557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78557F

Black with #78557F

Text Example


Text Example

White with #78557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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