Html Css Color HEX #72556B Salt Box

📋 copy color: '#72556B'

red 114 ◦ green 85 ◦ blue 107

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

Shades of Salt Box #72556B

Tints of Salt Box #72556B

RGB

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

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

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

R = 37.25%
G = 27.78%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72556B (or 0x72556B) is known color: Salt Box. HEX triplet: 72, 55 and 6B. RGB value is (114,85,107). Sum of RGB (Red+Green+Blue) = 114+85+107=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72556B is #8DAA94. Grayscale: #606060. Windows color (decimal): -9284245 or 7034226. OLE color: 7034226.

HSL color Cylindrical-coordinate representation of color #72556B: hue angle of 314.48º 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 #72556B is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 107 -
CMYK 0 0.25 0.06 0.55
HSL 314.48º 0.15% 0.39% -
HSV(B) 314.48º 0.25% 0.45% -
XYZ 12.84 11.14 15.38 -
YUV 96.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 114 85 107 0 0.25 0.06 0.55 314.48 0.15 0.39
Hex 72 55 6B 0 19 6 37 13A F 27
Octal 162 125 153 0 31 6 67 472 17 47
Binary 1110010 1010101 1101011 0 11001 110 110111 100111010 1111 100111

Color Harmonies of #72556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72556B

Black with #72556B

Text Example


Text Example

White with #72556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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