Html Css Color HEX #74586D Salt Box

📋 copy color: '#74586D'

red 116 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #74586D

Tints of Salt Box #74586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

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

R = 37.06%
G = 28.12%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74586D (or 0x74586D) is known color: Salt Box. HEX triplet: 74, 58 and 6D. RGB value is (116,88,109). Sum of RGB (Red+Green+Blue) = 116+88+109=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74586D is #8BA792. Grayscale: #626262. Windows color (decimal): -9152403 or 7166068. OLE color: 7166068.

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

Color convert

RGB 116 88 109 -
CMYK 0 0.24 0.06 0.55
HSL 315º 0.14% 0.4% -
HSV(B) 315º 0.24% 0.45% -
XYZ 13.45 11.8 16.04 -
YUV 98.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 116 88 109 0 0.24 0.06 0.55 315 0.14 0.4
Hex 74 58 6D 0 18 6 37 13B E 28
Octal 164 130 155 0 30 6 67 473 16 50
Binary 1110100 1011000 1101101 0 11000 110 110111 100111011 1110 101000

Color Harmonies of #74586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74586D

Black with #74586D

Text Example


Text Example

White with #74586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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