Html Css Color HEX #765672 Old Lavender

📋 copy color: '#765672'

red 118 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #765672

Tints of Old Lavender #765672

RGB

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

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

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

R = 37.11%
G = 27.04%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765672 (or 0x765672) is known color: Old Lavender. HEX triplet: 76, 56 and 72. RGB value is (118,86,114). Sum of RGB (Red+Green+Blue) = 118+86+114=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765672 is #89A98D. Grayscale: #626262. Windows color (decimal): -9021838 or 7493238. OLE color: 7493238.

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

Color convert

RGB 118 86 114 -
CMYK 0 0.27 0.03 0.54
HSL 307.5º 0.16% 0.4% -
HSV(B) 307.5º 0.27% 0.46% -
XYZ 13.84 11.72 17.45 -
YUV 98.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 118 86 114 0 0.27 0.03 0.54 307.5 0.16 0.4
Hex 76 56 72 0 1B 3 36 134 10 28
Octal 166 126 162 0 33 3 66 464 20 50
Binary 1110110 1010110 1110010 0 11011 11 110110 100110100 10000 101000

Color Harmonies of #765672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765672

Black with #765672

Text Example


Text Example

White with #765672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765672; }

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

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

background-color css

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

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

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

border-color css

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

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

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