Html Css Color HEX #72586C Salt Box

📋 copy color: '#72586C'

red 114 ◦ green 88 ◦ blue 108

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

Shades of Salt Box #72586C

Tints of Salt Box #72586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 36.77%
G = 28.39%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72586C (or 0x72586C) is known color: Salt Box. HEX triplet: 72, 58 and 6C. RGB value is (114,88,108). Sum of RGB (Red+Green+Blue) = 114+88+108=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72586C is #8DA793. Grayscale: #616161. Windows color (decimal): -9283476 or 7100530. OLE color: 7100530.

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

Color convert

RGB 114 88 108 -
CMYK 0 0.23 0.05 0.55
HSL 313.85º 0.13% 0.4% -
HSV(B) 313.85º 0.23% 0.45% -
XYZ 13.14 11.64 15.74 -
YUV 98.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 114 88 108 0 0.23 0.05 0.55 313.85 0.13 0.4
Hex 72 58 6C 0 17 5 37 13A D 28
Octal 162 130 154 0 27 5 67 472 15 50
Binary 1110010 1011000 1101100 0 10111 101 110111 100111010 1101 101000

Color Harmonies of #72586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72586C

Black with #72586C

Text Example


Text Example

White with #72586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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