Html Css Color HEX #74536C Salt Box

📋 copy color: '#74536C'

red 116 ◦ green 83 ◦ blue 108

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

Shades of Salt Box #74536C

Tints of Salt Box #74536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 37.79%
G = 27.04%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74536C (or 0x74536C) is known color: Salt Box. HEX triplet: 74, 53 and 6C. RGB value is (116,83,108). Sum of RGB (Red+Green+Blue) = 116+83+108=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74536C is #8BAC93. Grayscale: #5F5F5F. Windows color (decimal): -9153684 or 7099252. OLE color: 7099252.

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

Color convert

RGB 116 83 108 -
CMYK 0 0.28 0.07 0.55
HSL 314.55º 0.17% 0.39% -
HSV(B) 314.55º 0.28% 0.45% -
XYZ 13 10.98 15.62 -
YUV 95.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 116 83 108 0 0.28 0.07 0.55 314.55 0.17 0.39
Hex 74 53 6C 0 1C 7 37 13B 11 27
Octal 164 123 154 0 34 7 67 473 21 47
Binary 1110100 1010011 1101100 0 11100 111 110111 100111011 10001 100111

Color Harmonies of #74536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74536C

Black with #74536C

Text Example


Text Example

White with #74536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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