Html Css Color HEX #72556F Salt Box

📋 copy color: '#72556F'

red 114 ◦ green 85 ◦ blue 111

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

Shades of Salt Box #72556F

Tints of Salt Box #72556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 36.77%
G = 27.42%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72556F (or 0x72556F) is known color: Salt Box. HEX triplet: 72, 55 and 6F. RGB value is (114,85,111). Sum of RGB (Red+Green+Blue) = 114+85+111=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72556F is #8DAA90. Grayscale: #606060. Windows color (decimal): -9284241 or 7296370. OLE color: 7296370.

HSL color Cylindrical-coordinate representation of color #72556F: hue angle of 306.21º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72556F is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 111 -
CMYK 0 0.25 0.03 0.55
HSL 306.21º 0.15% 0.39% -
HSV(B) 306.21º 0.25% 0.45% -
XYZ 13.06 11.22 16.52 -
YUV 96.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 114 85 111 0 0.25 0.03 0.55 306.21 0.15 0.39
Hex 72 55 6F 0 19 3 37 132 F 27
Octal 162 125 157 0 31 3 67 462 17 47
Binary 1110010 1010101 1101111 0 11001 11 110111 100110010 1111 100111

Color Harmonies of #72556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72556F

Black with #72556F

Text Example


Text Example

White with #72556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72556F; }

 p { color: rgb(114,85,111); }

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

background-color css

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

 a { background-color: rgb(114,85,111); }

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

border-color css

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

 span { border-color: rgb(114,85,111); }

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