Html Css Color HEX #766175 Old Lavender

📋 copy color: '#766175'

red 118 ◦ green 97 ◦ blue 117

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

Shades of Old Lavender #766175

Tints of Old Lavender #766175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

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

R = 35.54%
G = 29.22%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766175 (or 0x766175) is known color: Old Lavender. HEX triplet: 76, 61 and 75. RGB value is (118,97,117). Sum of RGB (Red+Green+Blue) = 118+97+117=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766175 is #899E8A. Grayscale: #696969. Windows color (decimal): -9019019 or 7692662. OLE color: 7692662.

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

Color convert

RGB 118 97 117 -
CMYK 0 0.18 0.01 0.54
HSL 302.86º 0.1% 0.42% -
HSV(B) 302.86º 0.18% 0.46% -
XYZ 14.96 13.69 18.68 -
YUV 105.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 118 97 117 0 0.18 0.01 0.54 302.86 0.1 0.42
Hex 76 61 75 0 12 1 36 12F A 2A
Octal 166 141 165 0 22 1 66 457 12 52
Binary 1110110 1100001 1110101 0 10010 1 110110 100101111 1010 101010

Color Harmonies of #766175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766175

Black with #766175

Text Example


Text Example

White with #766175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766175; }

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

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

background-color css

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

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

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

border-color css

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

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

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