Html Css Color HEX #736271 Old Lavender

📋 copy color: '#736271'

red 115 ◦ green 98 ◦ blue 113

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

Shades of Old Lavender #736271

Tints of Old Lavender #736271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 35.28%
G = 30.06%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#736271 (or 0x736271) is known color: Old Lavender. HEX triplet: 73, 62 and 71. RGB value is (115,98,113). Sum of RGB (Red+Green+Blue) = 115+98+113=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #736271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736271 is #8C9D8E. Grayscale: #686868. Windows color (decimal): -9215375 or 7430771. OLE color: 7430771.

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

Color convert

RGB 115 98 113 -
CMYK 0 0.15 0.02 0.55
HSL 307.06º 0.08% 0.42% -
HSV(B) 307.06º 0.15% 0.45% -
XYZ 14.42 13.57 17.48 -
YUV 104.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 115 98 113 0 0.15 0.02 0.55 307.06 0.08 0.42
Hex 73 62 71 0 F 2 37 133 8 2A
Octal 163 142 161 0 17 2 67 463 10 52
Binary 1110011 1100010 1110001 0 1111 10 110111 100110011 1000 101010

Color Harmonies of #736271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736271

Black with #736271

Text Example


Text Example

White with #736271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736271; }

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

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

background-color css

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

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

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

border-color css

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

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

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