Html Css Color HEX #755872 Old Lavender

📋 copy color: '#755872'

red 117 ◦ green 88 ◦ blue 114

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

Shades of Old Lavender #755872

Tints of Old Lavender #755872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 36.68%
G = 27.59%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755872 (or 0x755872) is known color: Old Lavender. HEX triplet: 75, 58 and 72. RGB value is (117,88,114). Sum of RGB (Red+Green+Blue) = 117+88+114=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755872 is #8AA78D. Grayscale: #636363. Windows color (decimal): -9086862 or 7493749. OLE color: 7493749.

HSL color Cylindrical-coordinate representation of color #755872: hue angle of 306.21º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755872 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 114 -
CMYK 0 0.25 0.03 0.54
HSL 306.21º 0.14% 0.4% -
HSV(B) 306.21º 0.25% 0.46% -
XYZ 13.86 11.98 17.5 -
YUV 99.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 117 88 114 0 0.25 0.03 0.54 306.21 0.14 0.4
Hex 75 58 72 0 19 3 36 132 E 28
Octal 165 130 162 0 31 3 66 462 16 50
Binary 1110101 1011000 1110010 0 11001 11 110110 100110010 1110 101000

Color Harmonies of #755872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755872

Black with #755872

Text Example


Text Example

White with #755872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755872; }

 p { color: rgb(117,88,114); }

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

background-color css

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

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

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

border-color css

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

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

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