Html Css Color HEX #786475 Old Lavender

📋 copy color: '#786475'

red 120 ◦ green 100 ◦ blue 117

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

Shades of Old Lavender #786475

Tints of Old Lavender #786475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 35.61%
G = 29.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786475 (or 0x786475) is known color: Old Lavender. HEX triplet: 78, 64 and 75. RGB value is (120,100,117). Sum of RGB (Red+Green+Blue) = 120+100+117=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786475 is #879B8A. Grayscale: #6B6B6B. Windows color (decimal): -8887179 or 7693432. OLE color: 7693432.

HSL color Cylindrical-coordinate representation of color #786475: hue angle of 309º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786475 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 117 -
CMYK 0 0.17 0.02 0.53
HSL 309º 0.09% 0.43% -
HSV(B) 309º 0.17% 0.47% -
XYZ 15.51 14.39 18.79 -
YUV 107.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 120 100 117 0 0.17 0.02 0.53 309 0.09 0.43
Hex 78 64 75 0 11 2 35 135 9 2B
Octal 170 144 165 0 21 2 65 465 11 53
Binary 1111000 1100100 1110101 0 10001 10 110101 100110101 1001 101011

Color Harmonies of #786475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786475

Black with #786475

Text Example


Text Example

White with #786475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786475; }

 p { color: rgb(120,100,117); }

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

background-color css

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

 a { background-color: rgb(120,100,117); }

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

border-color css

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

 span { border-color: rgb(120,100,117); }

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