Html Css Color HEX #755F75 Old Lavender

📋 copy color: '#755F75'

red 117 ◦ green 95 ◦ blue 117

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

Shades of Old Lavender #755F75

Tints of Old Lavender #755F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

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

R = 35.56%
G = 28.88%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755F75 (or 0x755F75) is known color: Old Lavender. HEX triplet: 75, 5F and 75. RGB value is (117,95,117). Sum of RGB (Red+Green+Blue) = 117+95+117=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F75 is #8AA08A. Grayscale: #686868. Windows color (decimal): -9085067 or 7692149. OLE color: 7692149.

HSL color Cylindrical-coordinate representation of color #755F75: hue angle of 300º 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 #755F75 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 117 -
CMYK 0 0.19 0 0.54
HSL 300º 0.1% 0.42% -
HSV(B) 300º 0.19% 0.46% -
XYZ 14.64 13.25 18.62 -
YUV 104.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 117 95 117 0 0.19 0 0.54 300 0.1 0.42
Hex 75 5F 75 0 13 0 36 12C A 2A
Octal 165 137 165 0 23 0 66 454 12 52
Binary 1110101 1011111 1110101 0 10011 0 110110 100101100 1010 101010

Color Harmonies of #755F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F75

Black with #755F75

Text Example


Text Example

White with #755F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,117); }

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

background-color css

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

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

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

border-color css

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

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

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