Html Css Color HEX #766B75 Old Lavender

📋 copy color: '#766B75'

red 118 ◦ green 107 ◦ blue 117

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

Shades of Old Lavender #766B75

Tints of Old Lavender #766B75

RGB

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

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

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

R = 34.5%
G = 31.29%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766B75 (or 0x766B75) is known color: Old Lavender. HEX triplet: 76, 6B and 75. RGB value is (118,107,117). Sum of RGB (Red+Green+Blue) = 118+107+117=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #766B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B75 is #89948A. Grayscale: #6F6F6F. Windows color (decimal): -9016459 or 7695222. OLE color: 7695222.

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

Color convert

RGB 118 107 117 -
CMYK 0 0.09 0.01 0.54
HSL 305.45º 0.05% 0.44% -
HSV(B) 305.45º 0.09% 0.46% -
XYZ 15.94 15.65 19.01 -
YUV 111.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 118 107 117 0 0.09 0.01 0.54 305.45 0.05 0.44
Hex 76 6B 75 0 9 1 36 131 5 2C
Octal 166 153 165 0 11 1 66 461 5 54
Binary 1110110 1101011 1110101 0 1001 1 110110 100110001 101 101100

Color Harmonies of #766B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B75

Black with #766B75

Text Example


Text Example

White with #766B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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