Html Css Color HEX #766075 Old Lavender

📋 copy color: '#766075'

red 118 ◦ green 96 ◦ blue 117

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

Shades of Old Lavender #766075

Tints of Old Lavender #766075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 35.65%
G = 29%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766075 (or 0x766075) is known color: Old Lavender. HEX triplet: 76, 60 and 75. RGB value is (118,96,117). Sum of RGB (Red+Green+Blue) = 118+96+117=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766075 is #899F8A. Grayscale: #686868. Windows color (decimal): -9019275 or 7692406. OLE color: 7692406.

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

Color convert

RGB 118 96 117 -
CMYK 0 0.19 0.01 0.54
HSL 302.73º 0.1% 0.42% -
HSV(B) 302.73º 0.19% 0.46% -
XYZ 14.86 13.5 18.65 -
YUV 104.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 118 96 117 0 0.19 0.01 0.54 302.73 0.1 0.42
Hex 76 60 75 0 13 1 36 12F A 2A
Octal 166 140 165 0 23 1 66 457 12 52
Binary 1110110 1100000 1110101 0 10011 1 110110 100101111 1010 101010

Color Harmonies of #766075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766075

Black with #766075

Text Example


Text Example

White with #766075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766075; }

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

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

background-color css

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

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

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

border-color css

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

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

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