Html Css Color HEX #74556F Salt Box

📋 copy color: '#74556F'

red 116 ◦ green 85 ◦ blue 111

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

Shades of Salt Box #74556F

Tints of Salt Box #74556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 37.18%
G = 27.24%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74556F (or 0x74556F) is known color: Salt Box. HEX triplet: 74, 55 and 6F. RGB value is (116,85,111). Sum of RGB (Red+Green+Blue) = 116+85+111=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74556F is #8BAA90. Grayscale: #616161. Windows color (decimal): -9153169 or 7296372. OLE color: 7296372.

HSL color Cylindrical-coordinate representation of color #74556F: hue angle of 309.68º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74556F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 111 -
CMYK 0 0.27 0.04 0.55
HSL 309.68º 0.15% 0.39% -
HSV(B) 309.68º 0.27% 0.45% -
XYZ 13.32 11.36 16.53 -
YUV 97.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 116 85 111 0 0.27 0.04 0.55 309.68 0.15 0.39
Hex 74 55 6F 0 1B 4 37 136 F 27
Octal 164 125 157 0 33 4 67 466 17 47
Binary 1110100 1010101 1101111 0 11011 100 110111 100110110 1111 100111

Color Harmonies of #74556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74556F

Black with #74556F

Text Example


Text Example

White with #74556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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