Html Css Color HEX #767576 Old Lavender

📋 copy color: '#767576'

red 118 ◦ green 117 ◦ blue 118

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

Shades of Old Lavender #767576

Tints of Old Lavender #767576

RGB

 RED value IS 118 (46.48% from 255) = 33.43%

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#767576 (or 0x767576) is known color: Old Lavender. HEX triplet: 76, 75 and 76. RGB value is (118,117,118). Sum of RGB (Red+Green+Blue) = 118+117+118=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767576 is #898A89. Grayscale: #757575. Windows color (decimal): -9013898 or 7763318. OLE color: 7763318.

HSL color Cylindrical-coordinate representation of color #767576: hue angle of 300º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #767576 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 118 -
CMYK 0 0.01 0 0.54
HSL 300º 0% 0.46% -
HSV(B) 300º 0.01% 0.46% -
XYZ 17.1 17.88 19.69 -
YUV 117.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 118 117 118 0 0.01 0 0.54 300 0 0.46
Hex 76 75 76 0 1 0 36 12C 0 2E
Octal 166 165 166 0 1 0 66 454 0 56
Binary 1110110 1110101 1110110 0 1 0 110110 100101100 0 101110

Color Harmonies of #767576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767576

Black with #767576

Text Example


Text Example

White with #767576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767576; }

 p { color: rgb(118,117,118); }

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

background-color css

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

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

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

border-color css

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

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

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