Html Css Color HEX #736572 Old Lavender

📋 copy color: '#736572'

red 115 ◦ green 101 ◦ blue 114

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

Shades of Old Lavender #736572

Tints of Old Lavender #736572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 34.85%
G = 30.61%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#736572 (or 0x736572) is known color: Old Lavender. HEX triplet: 73, 65 and 72. RGB value is (115,101,114). Sum of RGB (Red+Green+Blue) = 115+101+114=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #736572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736572 is #8C9A8D. Grayscale: #6A6A6A. Windows color (decimal): -9214606 or 7497075. OLE color: 7497075.

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

Color convert

RGB 115 101 114 -
CMYK 0 0.12 0.01 0.55
HSL 304.29º 0.06% 0.42% -
HSV(B) 304.29º 0.12% 0.45% -
XYZ 14.76 14.17 17.88 -
YUV 106.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 115 101 114 0 0.12 0.01 0.55 304.29 0.06 0.42
Hex 73 65 72 0 C 1 37 130 6 2A
Octal 163 145 162 0 14 1 67 460 6 52
Binary 1110011 1100101 1110010 0 1100 1 110111 100110000 110 101010

Color Harmonies of #736572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736572

Black with #736572

Text Example


Text Example

White with #736572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736572; }

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

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

background-color css

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

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

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

border-color css

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

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

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