Html Css Color HEX #736972 Old Lavender

📋 copy color: '#736972'

red 115 ◦ green 105 ◦ blue 114

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

Shades of Old Lavender #736972

Tints of Old Lavender #736972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 34.43%
G = 31.44%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#736972 (or 0x736972) is known color: Old Lavender. HEX triplet: 73, 69 and 72. RGB value is (115,105,114). Sum of RGB (Red+Green+Blue) = 115+105+114=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #736972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736972 is #8C968D. Grayscale: #6C6C6C. Windows color (decimal): -9213582 or 7498099. OLE color: 7498099.

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

Color convert

RGB 115 105 114 -
CMYK 0 0.09 0.01 0.55
HSL 306º 0.05% 0.43% -
HSV(B) 306º 0.09% 0.45% -
XYZ 15.16 14.96 18.01 -
YUV 109.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 115 105 114 0 0.09 0.01 0.55 306 0.05 0.43
Hex 73 69 72 0 9 1 37 132 5 2B
Octal 163 151 162 0 11 1 67 462 5 53
Binary 1110011 1101001 1110010 0 1001 1 110111 100110010 101 101011

Color Harmonies of #736972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736972

Black with #736972

Text Example


Text Example

White with #736972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736972; }

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

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

background-color css

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

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

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

border-color css

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

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

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