Html Css Color HEX #786376 Old Lavender

📋 copy color: '#786376'

red 120 ◦ green 99 ◦ blue 118

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

Shades of Old Lavender #786376

Tints of Old Lavender #786376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 35.61%
G = 29.38%
B = 35.01%

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

#786376 (or 0x786376) is known color: Old Lavender. HEX triplet: 78, 63 and 76. RGB value is (120,99,118). Sum of RGB (Red+Green+Blue) = 120+99+118=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786376 is #879C89. Grayscale: #6B6B6B. Windows color (decimal): -8887434 or 7758712. OLE color: 7758712.

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

Color convert

RGB 120 99 118 -
CMYK 0 0.17 0.02 0.53
HSL 305.71º 0.1% 0.43% -
HSV(B) 305.71º 0.18% 0.47% -
XYZ 15.48 14.22 19.07 -
YUV 107.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 120 99 118 0 0.17 0.02 0.53 305.71 0.1 0.43
Hex 78 63 76 0 11 2 35 132 A 2B
Octal 170 143 166 0 21 2 65 462 12 53
Binary 1111000 1100011 1110110 0 10001 10 110101 100110010 1010 101011

Color Harmonies of #786376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786376

Black with #786376

Text Example


Text Example

White with #786376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786376; }

 p { color: rgb(120,99,118); }

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

background-color css

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

 a { background-color: rgb(120,99,118); }

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

border-color css

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

 span { border-color: rgb(120,99,118); }

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