Html Css Color HEX #755672 Old Lavender

📋 copy color: '#755672'

red 117 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #755672

Tints of Old Lavender #755672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 36.91%
G = 27.13%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755672 (or 0x755672) is known color: Old Lavender. HEX triplet: 75, 56 and 72. RGB value is (117,86,114). Sum of RGB (Red+Green+Blue) = 117+86+114=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755672 is #8AA98D. Grayscale: #626262. Windows color (decimal): -9087374 or 7493237. OLE color: 7493237.

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

Color convert

RGB 117 86 114 -
CMYK 0 0.26 0.03 0.54
HSL 305.81º 0.15% 0.4% -
HSV(B) 305.81º 0.26% 0.46% -
XYZ 13.7 11.65 17.45 -
YUV 98.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 117 86 114 0 0.26 0.03 0.54 305.81 0.15 0.4
Hex 75 56 72 0 1A 3 36 132 F 28
Octal 165 126 162 0 32 3 66 462 17 50
Binary 1110101 1010110 1110010 0 11010 11 110110 100110010 1111 101000

Color Harmonies of #755672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755672

Black with #755672

Text Example


Text Example

White with #755672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755672; }

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

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

background-color css

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

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

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

border-color css

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

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

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