Html Css Color HEX #72536B Salt Box

📋 copy color: '#72536B'

red 114 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #72536B

Tints of Salt Box #72536B

RGB

 RED value IS 114 (44.92% from 255) = 37.5%

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 37.5%
G = 27.3%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72536B (or 0x72536B) is known color: Salt Box. HEX triplet: 72, 53 and 6B. RGB value is (114,83,107). Sum of RGB (Red+Green+Blue) = 114+83+107=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72536B is #8DAC94. Grayscale: #5E5E5E. Windows color (decimal): -9284757 or 7033714. OLE color: 7033714.

HSL color Cylindrical-coordinate representation of color #72536B: hue angle of 313.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72536B is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 107 -
CMYK 0 0.27 0.06 0.55
HSL 313.55º 0.16% 0.39% -
HSV(B) 313.55º 0.27% 0.45% -
XYZ 12.69 10.83 15.33 -
YUV 95.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 114 83 107 0 0.27 0.06 0.55 313.55 0.16 0.39
Hex 72 53 6B 0 1B 6 37 13A 10 27
Octal 162 123 153 0 33 6 67 472 20 47
Binary 1110010 1010011 1101011 0 11011 110 110111 100111010 10000 100111

Color Harmonies of #72536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72536B

Black with #72536B

Text Example


Text Example

White with #72536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72536B; }

 p { color: rgb(114,83,107); }

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

background-color css

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

 a { background-color: rgb(114,83,107); }

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

border-color css

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

 span { border-color: rgb(114,83,107); }

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