#72636C

Color #72636C Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #72636C

Tints of Salt Box #72636C

Color information

#72636C (or 0x72636C) is unknown color: approx Salt Box. HEX triplet: 72, 63 and 6C. RGB value is (114,99,108). Sum of RGB (Red+Green+Blue) = 114+99+108=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636C is #8D9C93. Grayscale: #686868. Windows color (decimal): -9280660 or 7103346. OLE color: 7103346.

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

Color convert

RGB11499108-
CMYK00.130.050.55
HSL324º7.04%41.76%-
HSV(B)324º13.16%44.71%-
XYZ14.1113.5816.07-
YUV104.51129.97134.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=35.51%
G=30.84%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149910800.130.050.553247.0441.76
Hex72636C0D53714472a
Octal162143154015567504752
Binary11100101100011110110001101101110111101000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72636C; }

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

 H1.HeaderClassName
 {
   color: #72636C;
 }
 .AnyTagClassName
 {
   color: #72636C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #72636C;
 }
 .BgClassName
 {
   background-color: #72636C;
 }
</style>
border-color css

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

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

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