Html Css Color HEX #766275 Old Lavender

📋 copy color: '#766275'

red 118 ◦ green 98 ◦ blue 117

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

Shades of Old Lavender #766275

Tints of Old Lavender #766275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 35.44%
G = 29.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766275 (or 0x766275) is known color: Old Lavender. HEX triplet: 76, 62 and 75. RGB value is (118,98,117). Sum of RGB (Red+Green+Blue) = 118+98+117=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766275 is #899D8A. Grayscale: #6A6A6A. Windows color (decimal): -9018763 or 7692918. OLE color: 7692918.

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

Color convert

RGB 118 98 117 -
CMYK 0 0.17 0.01 0.54
HSL 303º 0.09% 0.42% -
HSV(B) 303º 0.17% 0.46% -
XYZ 15.05 13.87 18.71 -
YUV 106.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 118 98 117 0 0.17 0.01 0.54 303 0.09 0.42
Hex 76 62 75 0 11 1 36 12F 9 2A
Octal 166 142 165 0 21 1 66 457 11 52
Binary 1110110 1100010 1110101 0 10001 1 110110 100101111 1001 101010

Color Harmonies of #766275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766275

Black with #766275

Text Example


Text Example

White with #766275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766275; }

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

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

background-color css

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

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

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

border-color css

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

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

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