Html Css Color HEX #736072 Old Lavender

📋 copy color: '#736072'

red 115 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #736072

Tints of Old Lavender #736072

RGB

 RED value IS 115 (45.31% from 255) = 35.38%

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 35.38%
G = 29.54%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#736072 (or 0x736072) is known color: Old Lavender. HEX triplet: 73, 60 and 72. RGB value is (115,96,114). Sum of RGB (Red+Green+Blue) = 115+96+114=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #736072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736072 is #8C9F8D. Grayscale: #676767. Windows color (decimal): -9215886 or 7495795. OLE color: 7495795.

HSL color Cylindrical-coordinate representation of color #736072: hue angle of 303.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736072 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 114 -
CMYK 0 0.17 0.01 0.55
HSL 303.16º 0.09% 0.41% -
HSV(B) 303.16º 0.17% 0.45% -
XYZ 14.29 13.23 17.72 -
YUV 103.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 115 96 114 0 0.17 0.01 0.55 303.16 0.09 0.41
Hex 73 60 72 0 11 1 37 12F 9 29
Octal 163 140 162 0 21 1 67 457 11 51
Binary 1110011 1100000 1110010 0 10001 1 110111 100101111 1001 101001

Color Harmonies of #736072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736072

Black with #736072

Text Example


Text Example

White with #736072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736072; }

 p { color: rgb(115,96,114); }

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

background-color css

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

 a { background-color: rgb(115,96,114); }

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

border-color css

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

 span { border-color: rgb(115,96,114); }

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