Html Css Color HEX #74576D Salt Box

📋 copy color: '#74576D'

red 116 ◦ green 87 ◦ blue 109

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

Shades of Salt Box #74576D

Tints of Salt Box #74576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 37.18%
G = 27.88%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74576D (or 0x74576D) is known color: Salt Box. HEX triplet: 74, 57 and 6D. RGB value is (116,87,109). Sum of RGB (Red+Green+Blue) = 116+87+109=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74576D is #8BA892. Grayscale: #626262. Windows color (decimal): -9152659 or 7165812. OLE color: 7165812.

HSL color Cylindrical-coordinate representation of color #74576D: hue angle of 314.48º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74576D is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 109 -
CMYK 0 0.25 0.06 0.55
HSL 314.48º 0.14% 0.4% -
HSV(B) 314.48º 0.25% 0.45% -
XYZ 13.37 11.63 16.01 -
YUV 98.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 116 87 109 0 0.25 0.06 0.55 314.48 0.14 0.4
Hex 74 57 6D 0 19 6 37 13A E 28
Octal 164 127 155 0 31 6 67 472 16 50
Binary 1110100 1010111 1101101 0 11001 110 110111 100111010 1110 101000

Color Harmonies of #74576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74576D

Black with #74576D

Text Example


Text Example

White with #74576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74576D; }

 p { color: rgb(116,87,109); }

 H1.HeaderClassName
 {
   color: #74576D;
 }
 .AnyTagClassName
 {
   color: #74576D;
 }
</style>

background-color css

<style>
 a { background-color: #74576D; }

 a { background-color: rgb(116,87,109); }

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

border-color css

<style>
 span { border-color: #74576D; }

 span { border-color: rgb(116,87,109); }

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