Html Css Color HEX #755E76 Old Lavender

📋 copy color: '#755E76'

red 117 ◦ green 94 ◦ blue 118

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

Shades of Old Lavender #755E76

Tints of Old Lavender #755E76

RGB

 RED value IS 117 (46.09% from 255) = 35.56%

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 35.56%
G = 28.57%
B = 35.87%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755E76 (or 0x755E76) is known color: Old Lavender. HEX triplet: 75, 5E and 76. RGB value is (117,94,118). Sum of RGB (Red+Green+Blue) = 117+94+118=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #755E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E76 is #8AA189. Grayscale: #676767. Windows color (decimal): -9085322 or 7757429. OLE color: 7757429.

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

Color convert

RGB 117 94 118 -
CMYK 0.01 0.20 0 0.54
HSL 297.5º 0.11% 0.42% -
HSV(B) 297.5º 0.2% 0.46% -
XYZ 14.61 13.1 18.9 -
YUV 103.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 117 94 118 0.01 0.20 0 0.54 297.5 0.11 0.42
Hex 75 5E 76 1 14 0 36 12A B 2A
Octal 165 136 166 1 24 0 66 452 13 52
Binary 1110101 1011110 1110110 1 10100 0 110110 100101010 1011 101010

Color Harmonies of #755E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E76

Black with #755E76

Text Example


Text Example

White with #755E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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