Html Css Color HEX #78507F Affair

📋 copy color: '#78507F'

red 120 ◦ green 80 ◦ blue 127

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

Shades of Affair #78507F

Tints of Affair #78507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.46%

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

R = 36.7%
G = 24.46%
B = 38.84%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78507F (or 0x78507F) is known color: Affair. HEX triplet: 78, 50 and 7F. RGB value is (120,80,127). Sum of RGB (Red+Green+Blue) = 120+80+127=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #78507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78507F is #87AF80. Grayscale: #616161. Windows color (decimal): -8892289 or 8343672. OLE color: 8343672.

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

Color convert

RGB 120 80 127 -
CMYK 0.06 0.37 0 0.50
HSL 291.06º 0.23% 0.41% -
HSV(B) 291.06º 0.37% 0.5% -
XYZ 14.45 11.26 21.49 -
YUV 97.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 120 80 127 0.06 0.37 0 0.50 291.06 0.23 0.41
Hex 78 50 7F 6 25 0 32 123 17 29
Octal 170 120 177 6 45 0 62 443 27 51
Binary 1111000 1010000 1111111 110 100101 0 110010 100100011 10111 101001

Color Harmonies of #78507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78507F

Black with #78507F

Text Example


Text Example

White with #78507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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