Html Css Color HEX #766C77 Old Lavender

📋 copy color: '#766C77'

red 118 ◦ green 108 ◦ blue 119

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

Shades of Old Lavender #766C77

Tints of Old Lavender #766C77

RGB

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

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

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

R = 34.2%
G = 31.3%
B = 34.49%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766C77 (or 0x766C77) is known color: Old Lavender. HEX triplet: 76, 6C and 77. RGB value is (118,108,119). Sum of RGB (Red+Green+Blue) = 118+108+119=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #766C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C77 is #899388. Grayscale: #707070. Windows color (decimal): -9016201 or 7826550. OLE color: 7826550.

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

Color convert

RGB 118 108 119 -
CMYK 0.01 0.09 0 0.53
HSL 294.55º 0.05% 0.45% -
HSV(B) 294.55º 0.09% 0.47% -
XYZ 16.16 15.91 19.67 -
YUV 112.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 118 108 119 0.01 0.09 0 0.53 294.55 0.05 0.45
Hex 76 6C 77 1 9 0 35 127 5 2D
Octal 166 154 167 1 11 0 65 447 5 55
Binary 1110110 1101100 1110111 1 1001 0 110101 100100111 101 101101

Color Harmonies of #766C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C77

Black with #766C77

Text Example


Text Example

White with #766C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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