Html Css Color HEX #766D75 Old Lavender

📋 copy color: '#766D75'

red 118 ◦ green 109 ◦ blue 117

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

Shades of Old Lavender #766D75

Tints of Old Lavender #766D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 34.3%
G = 31.69%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766D75 (or 0x766D75) is known color: Old Lavender. HEX triplet: 76, 6D and 75. RGB value is (118,109,117). Sum of RGB (Red+Green+Blue) = 118+109+117=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #766D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D75 is #89928A. Grayscale: #707070. Windows color (decimal): -9015947 or 7695734. OLE color: 7695734.

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

Color convert

RGB 118 109 117 -
CMYK 0 0.08 0.01 0.54
HSL 306.67º 0.04% 0.45% -
HSV(B) 306.67º 0.08% 0.46% -
XYZ 16.15 16.07 19.08 -
YUV 112.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 118 109 117 0 0.08 0.01 0.54 306.67 0.04 0.45
Hex 76 6D 75 0 8 1 36 133 4 2D
Octal 166 155 165 0 10 1 66 463 4 55
Binary 1110110 1101101 1110101 0 1000 1 110110 100110011 100 101101

Color Harmonies of #766D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D75

Black with #766D75

Text Example


Text Example

White with #766D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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