Html Css Color HEX #736971 Old Lavender

📋 copy color: '#736971'

red 115 ◦ green 105 ◦ blue 113

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

Shades of Old Lavender #736971

Tints of Old Lavender #736971

RGB

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

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

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

R = 34.53%
G = 31.53%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#736971 (or 0x736971) is known color: Old Lavender. HEX triplet: 73, 69 and 71. RGB value is (115,105,113). Sum of RGB (Red+Green+Blue) = 115+105+113=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #736971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736971 is #8C968E. Grayscale: #6C6C6C. Windows color (decimal): -9213583 or 7432563. OLE color: 7432563.

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

Color convert

RGB 115 105 113 -
CMYK 0 0.09 0.02 0.55
HSL 312º 0.05% 0.43% -
HSV(B) 312º 0.09% 0.45% -
XYZ 15.1 14.94 17.71 -
YUV 108.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 115 105 113 0 0.09 0.02 0.55 312 0.05 0.43
Hex 73 69 71 0 9 2 37 138 5 2B
Octal 163 151 161 0 11 2 67 470 5 53
Binary 1110011 1101001 1110001 0 1001 10 110111 100111000 101 101011

Color Harmonies of #736971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736971

Black with #736971

Text Example


Text Example

White with #736971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736971; }

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

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

background-color css

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

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

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

border-color css

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

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

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