Html Css Color HEX #786C76 Old Lavender

📋 copy color: '#786C76'

red 120 ◦ green 108 ◦ blue 118

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

Shades of Old Lavender #786C76

Tints of Old Lavender #786C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

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

R = 34.68%
G = 31.21%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786C76 (or 0x786C76) is known color: Old Lavender. HEX triplet: 78, 6C and 76. RGB value is (120,108,118). Sum of RGB (Red+Green+Blue) = 120+108+118=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #786C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C76 is #879389. Grayscale: #707070. Windows color (decimal): -8885130 or 7761016. OLE color: 7761016.

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

Color convert

RGB 120 108 118 -
CMYK 0 0.10 0.02 0.53
HSL 310º 0.05% 0.45% -
HSV(B) 310º 0.1% 0.47% -
XYZ 16.38 16.03 19.37 -
YUV 112.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 120 108 118 0 0.10 0.02 0.53 310 0.05 0.45
Hex 78 6C 76 0 A 2 35 136 5 2D
Octal 170 154 166 0 12 2 65 466 5 55
Binary 1111000 1101100 1110110 0 1010 10 110101 100110110 101 101101

Color Harmonies of #786C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C76

Black with #786C76

Text Example


Text Example

White with #786C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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