Html Css Color HEX #74566F Salt Box

📋 copy color: '#74566F'

red 116 ◦ green 86 ◦ blue 111

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

Shades of Salt Box #74566F

Tints of Salt Box #74566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 37.06%
G = 27.48%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74566F (or 0x74566F) is known color: Salt Box. HEX triplet: 74, 56 and 6F. RGB value is (116,86,111). Sum of RGB (Red+Green+Blue) = 116+86+111=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566F is #8BA990. Grayscale: #616161. Windows color (decimal): -9152913 or 7296628. OLE color: 7296628.

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

Color convert

RGB 116 86 111 -
CMYK 0 0.26 0.04 0.55
HSL 310º 0.15% 0.4% -
HSV(B) 310º 0.26% 0.45% -
XYZ 13.4 11.52 16.56 -
YUV 97.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 116 86 111 0 0.26 0.04 0.55 310 0.15 0.4
Hex 74 56 6F 0 1A 4 37 136 F 28
Octal 164 126 157 0 32 4 67 466 17 50
Binary 1110100 1010110 1101111 0 11010 100 110111 100110110 1111 101000

Color Harmonies of #74566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74566F

Black with #74566F

Text Example


Text Example

White with #74566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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