Html Css Color HEX #74586E Salt Box

📋 copy color: '#74586E'

red 116 ◦ green 88 ◦ blue 110

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

Shades of Salt Box #74586E

Tints of Salt Box #74586E

RGB

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

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

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

R = 36.94%
G = 28.03%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74586E (or 0x74586E) is known color: Salt Box. HEX triplet: 74, 58 and 6E. RGB value is (116,88,110). Sum of RGB (Red+Green+Blue) = 116+88+110=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #74586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74586E is #8BA791. Grayscale: #626262. Windows color (decimal): -9152402 or 7231604. OLE color: 7231604.

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

Color convert

RGB 116 88 110 -
CMYK 0 0.24 0.05 0.55
HSL 312.86º 0.14% 0.4% -
HSV(B) 312.86º 0.24% 0.45% -
XYZ 13.51 11.82 16.32 -
YUV 98.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 116 88 110 0 0.24 0.05 0.55 312.86 0.14 0.4
Hex 74 58 6E 0 18 5 37 139 E 28
Octal 164 130 156 0 30 5 67 471 16 50
Binary 1110100 1011000 1101110 0 11000 101 110111 100111001 1110 101000

Color Harmonies of #74586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74586E

Black with #74586E

Text Example


Text Example

White with #74586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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