Html Css Color HEX #74576E Salt Box

📋 copy color: '#74576E'

red 116 ◦ green 87 ◦ blue 110

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

Shades of Salt Box #74576E

Tints of Salt Box #74576E

RGB

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

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

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

R = 37.06%
G = 27.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74576E (or 0x74576E) is known color: Salt Box. HEX triplet: 74, 57 and 6E. RGB value is (116,87,110). Sum of RGB (Red+Green+Blue) = 116+87+110=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74576E is #8BA891. Grayscale: #626262. Windows color (decimal): -9152658 or 7231348. OLE color: 7231348.

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

Color convert

RGB 116 87 110 -
CMYK 0 0.25 0.05 0.55
HSL 312.41º 0.14% 0.4% -
HSV(B) 312.41º 0.25% 0.45% -
XYZ 13.43 11.66 16.29 -
YUV 98.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 116 87 110 0 0.25 0.05 0.55 312.41 0.14 0.4
Hex 74 57 6E 0 19 5 37 138 E 28
Octal 164 127 156 0 31 5 67 470 16 50
Binary 1110100 1010111 1101110 0 11001 101 110111 100111000 1110 101000

Color Harmonies of #74576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74576E

Black with #74576E

Text Example


Text Example

White with #74576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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