Html Css Color HEX #74586F Salt Box

📋 copy color: '#74586F'

red 116 ◦ green 88 ◦ blue 111

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

Shades of Salt Box #74586F

Tints of Salt Box #74586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 36.83%
G = 27.94%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74586F (or 0x74586F) is known color: Salt Box. HEX triplet: 74, 58 and 6F. RGB value is (116,88,111). Sum of RGB (Red+Green+Blue) = 116+88+111=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #74586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74586F is #8BA790. Grayscale: #626262. Windows color (decimal): -9152401 or 7297140. OLE color: 7297140.

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

Color convert

RGB 116 88 111 -
CMYK 0 0.24 0.04 0.55
HSL 310.71º 0.14% 0.4% -
HSV(B) 310.71º 0.24% 0.45% -
XYZ 13.56 11.84 16.61 -
YUV 98.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 116 88 111 0 0.24 0.04 0.55 310.71 0.14 0.4
Hex 74 58 6F 0 18 4 37 137 E 28
Octal 164 130 157 0 30 4 67 467 16 50
Binary 1110100 1011000 1101111 0 11000 100 110111 100110111 1110 101000

Color Harmonies of #74586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74586F

Black with #74586F

Text Example


Text Example

White with #74586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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