Html Css Color HEX #765572 Old Lavender

📋 copy color: '#765572'

red 118 ◦ green 85 ◦ blue 114

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

Shades of Old Lavender #765572

Tints of Old Lavender #765572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 37.22%
G = 26.81%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765572 (or 0x765572) is known color: Old Lavender. HEX triplet: 76, 55 and 72. RGB value is (118,85,114). Sum of RGB (Red+Green+Blue) = 118+85+114=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765572 is #89AA8D. Grayscale: #626262. Windows color (decimal): -9022094 or 7492982. OLE color: 7492982.

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

Color convert

RGB 118 85 114 -
CMYK 0 0.28 0.03 0.54
HSL 307.27º 0.16% 0.4% -
HSV(B) 307.27º 0.28% 0.46% -
XYZ 13.76 11.56 17.43 -
YUV 98.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 118 85 114 0 0.28 0.03 0.54 307.27 0.16 0.4
Hex 76 55 72 0 1C 3 36 133 10 28
Octal 166 125 162 0 34 3 66 463 20 50
Binary 1110110 1010101 1110010 0 11100 11 110110 100110011 10000 101000

Color Harmonies of #765572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765572

Black with #765572

Text Example


Text Example

White with #765572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765572; }

 p { color: rgb(118,85,114); }

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

background-color css

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

 a { background-color: rgb(118,85,114); }

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

border-color css

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

 span { border-color: rgb(118,85,114); }

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