Html Css Color HEX #736370 Salt Box

📋 copy color: '#736370'

red 115 ◦ green 99 ◦ blue 112

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

Shades of Salt Box #736370

Tints of Salt Box #736370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 35.28%
G = 30.37%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#736370 (or 0x736370) is known color: Salt Box. HEX triplet: 73, 63 and 70. RGB value is (115,99,112). Sum of RGB (Red+Green+Blue) = 115+99+112=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #736370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736370 is #8C9C8F. Grayscale: #696969. Windows color (decimal): -9215120 or 7365491. OLE color: 7365491.

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

Color convert

RGB 115 99 112 -
CMYK 0 0.14 0.03 0.55
HSL 311.25º 0.07% 0.42% -
HSV(B) 311.25º 0.14% 0.45% -
XYZ 14.46 13.74 17.22 -
YUV 105.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 115 99 112 0 0.14 0.03 0.55 311.25 0.07 0.42
Hex 73 63 70 0 E 3 37 137 7 2A
Octal 163 143 160 0 16 3 67 467 7 52
Binary 1110011 1100011 1110000 0 1110 11 110111 100110111 111 101010

Color Harmonies of #736370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736370

Black with #736370

Text Example


Text Example

White with #736370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736370; }

 p { color: rgb(115,99,112); }

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

background-color css

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

 a { background-color: rgb(115,99,112); }

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

border-color css

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

 span { border-color: rgb(115,99,112); }

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