Html Css Color HEX #766975 Old Lavender

📋 copy color: '#766975'

red 118 ◦ green 105 ◦ blue 117

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

Shades of Old Lavender #766975

Tints of Old Lavender #766975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 34.71%
G = 30.88%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766975 (or 0x766975) is known color: Old Lavender. HEX triplet: 76, 69 and 75. RGB value is (118,105,117). Sum of RGB (Red+Green+Blue) = 118+105+117=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766975 is #89968A. Grayscale: #6E6E6E. Windows color (decimal): -9016971 or 7694710. OLE color: 7694710.

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

Color convert

RGB 118 105 117 -
CMYK 0 0.11 0.01 0.54
HSL 304.62º 0.06% 0.44% -
HSV(B) 304.62º 0.11% 0.46% -
XYZ 15.73 15.24 18.94 -
YUV 110.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 118 105 117 0 0.11 0.01 0.54 304.62 0.06 0.44
Hex 76 69 75 0 B 1 36 131 6 2C
Octal 166 151 165 0 13 1 66 461 6 54
Binary 1110110 1101001 1110101 0 1011 1 110110 100110001 110 101100

Color Harmonies of #766975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766975

Black with #766975

Text Example


Text Example

White with #766975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766975; }

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

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

background-color css

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

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

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

border-color css

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

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

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