Html Css Color HEX #786675 Old Lavender

📋 copy color: '#786675'

red 120 ◦ green 102 ◦ blue 117

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

Shades of Old Lavender #786675

Tints of Old Lavender #786675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 35.4%
G = 30.09%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786675 (or 0x786675) is known color: Old Lavender. HEX triplet: 78, 66 and 75. RGB value is (120,102,117). Sum of RGB (Red+Green+Blue) = 120+102+117=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786675 is #87998A. Grayscale: #6D6D6D. Windows color (decimal): -8886667 or 7693944. OLE color: 7693944.

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

Color convert

RGB 120 102 117 -
CMYK 0 0.15 0.02 0.53
HSL 310º 0.08% 0.44% -
HSV(B) 310º 0.15% 0.47% -
XYZ 15.71 14.78 18.85 -
YUV 109.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 120 102 117 0 0.15 0.02 0.53 310 0.08 0.44
Hex 78 66 75 0 F 2 35 136 8 2C
Octal 170 146 165 0 17 2 65 466 10 54
Binary 1111000 1100110 1110101 0 1111 10 110101 100110110 1000 101100

Color Harmonies of #786675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786675

Black with #786675

Text Example


Text Example

White with #786675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786675; }

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

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

background-color css

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

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

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

border-color css

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

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

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