Html Css Color HEX #767076 Old Lavender

📋 copy color: '#767076'

red 118 ◦ green 112 ◦ blue 118

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

Shades of Old Lavender #767076

Tints of Old Lavender #767076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 33.91%
G = 32.18%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#767076 (or 0x767076) is known color: Old Lavender. HEX triplet: 76, 70 and 76. RGB value is (118,112,118). Sum of RGB (Red+Green+Blue) = 118+112+118=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767076 is #898F89. Grayscale: #727272. Windows color (decimal): -9015178 or 7762038. OLE color: 7762038.

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

Color convert

RGB 118 112 118 -
CMYK 0 0.05 0 0.54
HSL 300º 0.03% 0.45% -
HSV(B) 300º 0.05% 0.46% -
XYZ 16.54 16.75 19.5 -
YUV 114.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 118 112 118 0 0.05 0 0.54 300 0.03 0.45
Hex 76 70 76 0 5 0 36 12C 3 2D
Octal 166 160 166 0 5 0 66 454 3 55
Binary 1110110 1110000 1110110 0 101 0 110110 100101100 11 101101

Color Harmonies of #767076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767076

Black with #767076

Text Example


Text Example

White with #767076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767076; }

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

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

background-color css

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

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

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

border-color css

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

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

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