Html Css Color HEX #736C72 Old Lavender

📋 copy color: '#736C72'

red 115 ◦ green 108 ◦ blue 114

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

Shades of Old Lavender #736C72

Tints of Old Lavender #736C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 34.12%
G = 32.05%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#736C72 (or 0x736C72) is known color: Old Lavender. HEX triplet: 73, 6C and 72. RGB value is (115,108,114). Sum of RGB (Red+Green+Blue) = 115+108+114=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 115 - color contains mainly: red. Hex color #736C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C72 is #8C938D. Grayscale: #6E6E6E. Windows color (decimal): -9212814 or 7498867. OLE color: 7498867.

HSL color Cylindrical-coordinate representation of color #736C72: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #736C72 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 114 -
CMYK 0 0.06 0.01 0.55
HSL 308.57º 0.03% 0.44% -
HSV(B) 308.57º 0.06% 0.45% -
XYZ 15.47 15.58 18.11 -
YUV 110.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 115 108 114 0 0.06 0.01 0.55 308.57 0.03 0.44
Hex 73 6C 72 0 6 1 37 135 3 2C
Octal 163 154 162 0 6 1 67 465 3 54
Binary 1110011 1101100 1110010 0 110 1 110111 100110101 11 101100

Color Harmonies of #736C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C72

Black with #736C72

Text Example


Text Example

White with #736C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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