Html Css Color HEX #74536A Salt Box

📋 copy color: '#74536A'

red 116 ◦ green 83 ◦ blue 106

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

Shades of Salt Box #74536A

Tints of Salt Box #74536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 38.03%
G = 27.21%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74536A (or 0x74536A) is known color: Salt Box. HEX triplet: 74, 53 and 6A. RGB value is (116,83,106). Sum of RGB (Red+Green+Blue) = 116+83+106=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74536A is #8BAC95. Grayscale: #5F5F5F. Windows color (decimal): -9153686 or 6968180. OLE color: 6968180.

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

Color convert

RGB 116 83 106 -
CMYK 0 0.28 0.09 0.55
HSL 318.18º 0.17% 0.39% -
HSV(B) 318.18º 0.28% 0.45% -
XYZ 12.9 10.94 15.07 -
YUV 95.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 116 83 106 0 0.28 0.09 0.55 318.18 0.17 0.39
Hex 74 53 6A 0 1C 9 37 13E 11 27
Octal 164 123 152 0 34 11 67 476 21 47
Binary 1110100 1010011 1101010 0 11100 1001 110111 100111110 10001 100111

Color Harmonies of #74536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74536A

Black with #74536A

Text Example


Text Example

White with #74536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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