Html Css Color HEX #74596B Salt Box

📋 copy color: '#74596B'

red 116 ◦ green 89 ◦ blue 107

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

Shades of Salt Box #74596B

Tints of Salt Box #74596B

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 37.18%
G = 28.53%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74596B (or 0x74596B) is known color: Salt Box. HEX triplet: 74, 59 and 6B. RGB value is (116,89,107). Sum of RGB (Red+Green+Blue) = 116+89+107=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74596B is #8BA694. Grayscale: #636363. Windows color (decimal): -9152149 or 7035252. OLE color: 7035252.

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

Color convert

RGB 116 89 107 -
CMYK 0 0.23 0.08 0.55
HSL 320º 0.13% 0.4% -
HSV(B) 320º 0.23% 0.45% -
XYZ 13.43 11.92 15.5 -
YUV 99.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 116 89 107 0 0.23 0.08 0.55 320 0.13 0.4
Hex 74 59 6B 0 17 8 37 140 D 28
Octal 164 131 153 0 27 10 67 500 15 50
Binary 1110100 1011001 1101011 0 10111 1000 110111 101000000 1101 101000

Color Harmonies of #74596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74596B

Black with #74596B

Text Example


Text Example

White with #74596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,89,107); }

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

background-color css

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

 a { background-color: rgb(116,89,107); }

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

border-color css

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

 span { border-color: rgb(116,89,107); }

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