Html Css Color HEX #736171 Old Lavender

📋 copy color: '#736171'

red 115 ◦ green 97 ◦ blue 113

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

Shades of Old Lavender #736171

Tints of Old Lavender #736171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 35.38%
G = 29.85%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#736171 (or 0x736171) is known color: Old Lavender. HEX triplet: 73, 61 and 71. RGB value is (115,97,113). Sum of RGB (Red+Green+Blue) = 115+97+113=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #736171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736171 is #8C9E8E. Grayscale: #686868. Windows color (decimal): -9215631 or 7430515. OLE color: 7430515.

HSL color Cylindrical-coordinate representation of color #736171: hue angle of 306.67º 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 #736171 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 113 -
CMYK 0 0.16 0.02 0.55
HSL 306.67º 0.08% 0.42% -
HSV(B) 306.67º 0.16% 0.45% -
XYZ 14.33 13.39 17.45 -
YUV 104.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 115 97 113 0 0.16 0.02 0.55 306.67 0.08 0.42
Hex 73 61 71 0 10 2 37 133 8 2A
Octal 163 141 161 0 20 2 67 463 10 52
Binary 1110011 1100001 1110001 0 10000 10 110111 100110011 1000 101010

Color Harmonies of #736171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736171

Black with #736171

Text Example


Text Example

White with #736171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736171; }

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

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

background-color css

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

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

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

border-color css

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

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

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