Html Css Color HEX #73586B Salt Box

📋 copy color: '#73586B'

red 115 ◦ green 88 ◦ blue 107

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

Shades of Salt Box #73586B

Tints of Salt Box #73586B

RGB

 RED value IS 115 (45.31% from 255) = 37.1%

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

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

R = 37.1%
G = 28.39%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73586B (or 0x73586B) is known color: Salt Box. HEX triplet: 73, 58 and 6B. RGB value is (115,88,107). Sum of RGB (Red+Green+Blue) = 115+88+107=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73586B is #8CA794. Grayscale: #626262. Windows color (decimal): -9217941 or 7034995. OLE color: 7034995.

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

Color convert

RGB 115 88 107 -
CMYK 0 0.23 0.07 0.55
HSL 317.78º 0.13% 0.4% -
HSV(B) 317.78º 0.23% 0.45% -
XYZ 13.21 11.69 15.47 -
YUV 98.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 115 88 107 0 0.23 0.07 0.55 317.78 0.13 0.4
Hex 73 58 6B 0 17 7 37 13E D 28
Octal 163 130 153 0 27 7 67 476 15 50
Binary 1110011 1011000 1101011 0 10111 111 110111 100111110 1101 101000

Color Harmonies of #73586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73586B

Black with #73586B

Text Example


Text Example

White with #73586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,88,107); }

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

background-color css

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

 a { background-color: rgb(115,88,107); }

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

border-color css

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

 span { border-color: rgb(115,88,107); }

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