Html Css Color HEX #74596E Salt Box

📋 copy color: '#74596E'

red 116 ◦ green 89 ◦ blue 110

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

Shades of Salt Box #74596E

Tints of Salt Box #74596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 36.83%
G = 28.25%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74596E (or 0x74596E) is known color: Salt Box. HEX triplet: 74, 59 and 6E. RGB value is (116,89,110). Sum of RGB (Red+Green+Blue) = 116+89+110=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #74596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74596E is #8BA691. Grayscale: #636363. Windows color (decimal): -9152146 or 7231860. OLE color: 7231860.

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

Color convert

RGB 116 89 110 -
CMYK 0 0.23 0.05 0.55
HSL 313.33º 0.13% 0.4% -
HSV(B) 313.33º 0.23% 0.45% -
XYZ 13.59 11.98 16.35 -
YUV 99.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 116 89 110 0 0.23 0.05 0.55 313.33 0.13 0.4
Hex 74 59 6E 0 17 5 37 139 D 28
Octal 164 131 156 0 27 5 67 471 15 50
Binary 1110100 1011001 1101110 0 10111 101 110111 100111001 1101 101000

Color Harmonies of #74596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74596E

Black with #74596E

Text Example


Text Example

White with #74596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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