Html Css Color HEX #736172 Old Lavender

📋 copy color: '#736172'

red 115 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #736172

Tints of Old Lavender #736172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 35.28%
G = 29.75%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#736172 (or 0x736172) is known color: Old Lavender. HEX triplet: 73, 61 and 72. RGB value is (115,97,114). Sum of RGB (Red+Green+Blue) = 115+97+114=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #736172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736172 is #8C9E8D. Grayscale: #686868. Windows color (decimal): -9215630 or 7496051. OLE color: 7496051.

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

Color convert

RGB 115 97 114 -
CMYK 0 0.16 0.01 0.55
HSL 303.33º 0.08% 0.42% -
HSV(B) 303.33º 0.16% 0.45% -
XYZ 14.38 13.41 17.75 -
YUV 104.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 115 97 114 0 0.16 0.01 0.55 303.33 0.08 0.42
Hex 73 61 72 0 10 1 37 12F 8 2A
Octal 163 141 162 0 20 1 67 457 10 52
Binary 1110011 1100001 1110010 0 10000 1 110111 100101111 1000 101010

Color Harmonies of #736172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736172

Black with #736172

Text Example


Text Example

White with #736172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736172; }

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

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

background-color css

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

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

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

border-color css

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

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

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