Html Css Color HEX #766F75 Old Lavender

📋 copy color: '#766F75'

red 118 ◦ green 111 ◦ blue 117

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

Shades of Old Lavender #766F75

Tints of Old Lavender #766F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 34.1%
G = 32.08%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766F75 (or 0x766F75) is known color: Old Lavender. HEX triplet: 76, 6F and 75. RGB value is (118,111,117). Sum of RGB (Red+Green+Blue) = 118+111+117=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #766F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F75 is #89908A. Grayscale: #717171. Windows color (decimal): -9015435 or 7696246. OLE color: 7696246.

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

Color convert

RGB 118 111 117 -
CMYK 0 0.06 0.01 0.54
HSL 308.57º 0.03% 0.45% -
HSV(B) 308.57º 0.06% 0.46% -
XYZ 16.37 16.5 19.15 -
YUV 113.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 118 111 117 0 0.06 0.01 0.54 308.57 0.03 0.45
Hex 76 6F 75 0 6 1 36 135 3 2D
Octal 166 157 165 0 6 1 66 465 3 55
Binary 1110110 1101111 1110101 0 110 1 110110 100110101 11 101101

Color Harmonies of #766F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F75

Black with #766F75

Text Example


Text Example

White with #766F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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