Html Css Color HEX #74536E Salt Box

📋 copy color: '#74536E'

red 116 ◦ green 83 ◦ blue 110

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

Shades of Salt Box #74536E

Tints of Salt Box #74536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 37.54%
G = 26.86%
B = 35.6%

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

#74536E (or 0x74536E) is known color: Salt Box. HEX triplet: 74, 53 and 6E. RGB value is (116,83,110). Sum of RGB (Red+Green+Blue) = 116+83+110=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74536E is #8BAC91. Grayscale: #5F5F5F. Windows color (decimal): -9153682 or 7230324. OLE color: 7230324.

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

Color convert

RGB 116 83 110 -
CMYK 0 0.28 0.05 0.55
HSL 310.91º 0.17% 0.39% -
HSV(B) 310.91º 0.28% 0.45% -
XYZ 13.11 11.03 16.19 -
YUV 95.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 116 83 110 0 0.28 0.05 0.55 310.91 0.17 0.39
Hex 74 53 6E 0 1C 5 37 137 11 27
Octal 164 123 156 0 34 5 67 467 21 47
Binary 1110100 1010011 1101110 0 11100 101 110111 100110111 10001 100111

Color Harmonies of #74536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74536E

Black with #74536E

Text Example


Text Example

White with #74536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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