Html Css Color HEX #766B77 Old Lavender

📋 copy color: '#766B77'

red 118 ◦ green 107 ◦ blue 119

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

Shades of Old Lavender #766B77

Tints of Old Lavender #766B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 34.3%
G = 31.1%
B = 34.59%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766B77 (or 0x766B77) is known color: Old Lavender. HEX triplet: 76, 6B and 77. RGB value is (118,107,119). Sum of RGB (Red+Green+Blue) = 118+107+119=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 119 - color contains mainly: blue. Hex color #766B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B77 is #899488. Grayscale: #6F6F6F. Windows color (decimal): -9016457 or 7826294. OLE color: 7826294.

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

Color convert

RGB 118 107 119 -
CMYK 0.01 0.10 0 0.53
HSL 295º 0.05% 0.44% -
HSV(B) 295º 0.1% 0.47% -
XYZ 16.06 15.7 19.64 -
YUV 111.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 118 107 119 0.01 0.10 0 0.53 295 0.05 0.44
Hex 76 6B 77 1 A 0 35 127 5 2C
Octal 166 153 167 1 12 0 65 447 5 54
Binary 1110110 1101011 1110111 1 1010 0 110101 100100111 101 101100

Color Harmonies of #766B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B77

Black with #766B77

Text Example


Text Example

White with #766B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B77; }

 p { color: rgb(118,107,119); }

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

background-color css

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

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

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

border-color css

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

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

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