Html Css Color HEX #74596F Salt Box

📋 copy color: '#74596F'

red 116 ◦ green 89 ◦ blue 111

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

Shades of Salt Box #74596F

Tints of Salt Box #74596F

RGB

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

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

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

R = 36.71%
G = 28.16%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74596F (or 0x74596F) is known color: Salt Box. HEX triplet: 74, 59 and 6F. RGB value is (116,89,111). Sum of RGB (Red+Green+Blue) = 116+89+111=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #74596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74596F is #8BA690. Grayscale: #636363. Windows color (decimal): -9152145 or 7297396. OLE color: 7297396.

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

Color convert

RGB 116 89 111 -
CMYK 0 0.23 0.04 0.55
HSL 311.11º 0.13% 0.4% -
HSV(B) 311.11º 0.23% 0.45% -
XYZ 13.64 12.01 16.64 -
YUV 99.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 116 89 111 0 0.23 0.04 0.55 311.11 0.13 0.4
Hex 74 59 6F 0 17 4 37 137 D 28
Octal 164 131 157 0 27 4 67 467 15 50
Binary 1110100 1011001 1101111 0 10111 100 110111 100110111 1101 101000

Color Harmonies of #74596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74596F

Black with #74596F

Text Example


Text Example

White with #74596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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