Html Css Color HEX #74546E Salt Box

📋 copy color: '#74546E'

red 116 ◦ green 84 ◦ blue 110

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

Shades of Salt Box #74546E

Tints of Salt Box #74546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 37.42%
G = 27.1%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74546E (or 0x74546E) is known color: Salt Box. HEX triplet: 74, 54 and 6E. RGB value is (116,84,110). Sum of RGB (Red+Green+Blue) = 116+84+110=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74546E is #8BAB91. Grayscale: #606060. Windows color (decimal): -9153426 or 7230580. OLE color: 7230580.

HSL color Cylindrical-coordinate representation of color #74546E: hue angle of 311.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74546E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 110 -
CMYK 0 0.28 0.05 0.55
HSL 311.25º 0.16% 0.39% -
HSV(B) 311.25º 0.28% 0.45% -
XYZ 13.19 11.18 16.21 -
YUV 96.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 116 84 110 0 0.28 0.05 0.55 311.25 0.16 0.39
Hex 74 54 6E 0 1C 5 37 137 10 27
Octal 164 124 156 0 34 5 67 467 20 47
Binary 1110100 1010100 1101110 0 11100 101 110111 100110111 10000 100111

Color Harmonies of #74546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74546E

Black with #74546E

Text Example


Text Example

White with #74546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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