Html Css Color HEX #767276 Old Lavender

📋 copy color: '#767276'

red 118 ◦ green 114 ◦ blue 118

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

Shades of Old Lavender #767276

Tints of Old Lavender #767276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 33.71%
G = 32.57%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#767276 (or 0x767276) is known color: Old Lavender. HEX triplet: 76, 72 and 76. RGB value is (118,114,118). Sum of RGB (Red+Green+Blue) = 118+114+118=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767276 is #898D89. Grayscale: #737373. Windows color (decimal): -9014666 or 7762550. OLE color: 7762550.

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

Color convert

RGB 118 114 118 -
CMYK 0 0.03 0 0.54
HSL 300º 0.02% 0.45% -
HSV(B) 300º 0.03% 0.46% -
XYZ 16.76 17.19 19.58 -
YUV 115.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 118 114 118 0 0.03 0 0.54 300 0.02 0.45
Hex 76 72 76 0 3 0 36 12C 2 2D
Octal 166 162 166 0 3 0 66 454 2 55
Binary 1110110 1110010 1110110 0 11 0 110110 100101100 10 101101

Color Harmonies of #767276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767276

Black with #767276

Text Example


Text Example

White with #767276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767276; }

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

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

background-color css

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

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

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

border-color css

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

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

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