Html Css Color HEX #72576E Salt Box

📋 copy color: '#72576E'

red 114 ◦ green 87 ◦ blue 110

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

Shades of Salt Box #72576E

Tints of Salt Box #72576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 36.66%
G = 27.97%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72576E (or 0x72576E) is known color: Salt Box. HEX triplet: 72, 57 and 6E. RGB value is (114,87,110). Sum of RGB (Red+Green+Blue) = 114+87+110=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72576E is #8DA891. Grayscale: #616161. Windows color (decimal): -9283730 or 7231346. OLE color: 7231346.

HSL color Cylindrical-coordinate representation of color #72576E: hue angle of 308.89º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72576E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 87 110 -
CMYK 0 0.24 0.04 0.55
HSL 308.89º 0.13% 0.39% -
HSV(B) 308.89º 0.24% 0.45% -
XYZ 13.16 11.52 16.28 -
YUV 97.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 114 87 110 0 0.24 0.04 0.55 308.89 0.13 0.39
Hex 72 57 6E 0 18 4 37 135 D 27
Octal 162 127 156 0 30 4 67 465 15 47
Binary 1110010 1010111 1101110 0 11000 100 110111 100110101 1101 100111

Color Harmonies of #72576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72576E

Black with #72576E

Text Example


Text Example

White with #72576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72576E; }

 p { color: rgb(114,87,110); }

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

background-color css

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

 a { background-color: rgb(114,87,110); }

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

border-color css

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

 span { border-color: rgb(114,87,110); }

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