Html Css Color HEX #765D72 Old Lavender

📋 copy color: '#765D72'

red 118 ◦ green 93 ◦ blue 114

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

Shades of Old Lavender #765D72

Tints of Old Lavender #765D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 36.31%
G = 28.62%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765D72 (or 0x765D72) is known color: Old Lavender. HEX triplet: 76, 5D and 72. RGB value is (118,93,114). Sum of RGB (Red+Green+Blue) = 118+93+114=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #765D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D72 is #89A28D. Grayscale: #666666. Windows color (decimal): -9020046 or 7495030. OLE color: 7495030.

HSL color Cylindrical-coordinate representation of color #765D72: hue angle of 309.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D72 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 114 -
CMYK 0 0.21 0.03 0.54
HSL 309.6º 0.12% 0.41% -
HSV(B) 309.6º 0.21% 0.46% -
XYZ 14.42 12.9 17.65 -
YUV 102.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 118 93 114 0 0.21 0.03 0.54 309.6 0.12 0.41
Hex 76 5D 72 0 15 3 36 136 C 29
Octal 166 135 162 0 25 3 66 466 14 51
Binary 1110110 1011101 1110010 0 10101 11 110110 100110110 1100 101001

Color Harmonies of #765D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D72

Black with #765D72

Text Example


Text Example

White with #765D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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