Html Css Color HEX #74516B Salt Box

📋 copy color: '#74516B'

red 116 ◦ green 81 ◦ blue 107

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

Shades of Salt Box #74516B

Tints of Salt Box #74516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 38.16%
G = 26.64%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74516B (or 0x74516B) is known color: Salt Box. HEX triplet: 74, 51 and 6B. RGB value is (116,81,107). Sum of RGB (Red+Green+Blue) = 116+81+107=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516B is #8BAE94. Grayscale: #5E5E5E. Windows color (decimal): -9154197 or 7033204. OLE color: 7033204.

HSL color Cylindrical-coordinate representation of color #74516B: hue angle of 315.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74516B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 107 -
CMYK 0 0.30 0.08 0.55
HSL 315.43º 0.18% 0.39% -
HSV(B) 315.43º 0.3% 0.45% -
XYZ 12.8 10.66 15.29 -
YUV 94.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 116 81 107 0 0.30 0.08 0.55 315.43 0.18 0.39
Hex 74 51 6B 0 1E 8 37 13B 12 27
Octal 164 121 153 0 36 10 67 473 22 47
Binary 1110100 1010001 1101011 0 11110 1000 110111 100111011 10010 100111

Color Harmonies of #74516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74516B

Black with #74516B

Text Example


Text Example

White with #74516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74516B; }

 p { color: rgb(116,81,107); }

 H1.HeaderClassName
 {
   color: #74516B;
 }
 .AnyTagClassName
 {
   color: #74516B;
 }
</style>

background-color css

<style>
 a { background-color: #74516B; }

 a { background-color: rgb(116,81,107); }

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

border-color css

<style>
 span { border-color: #74516B; }

 span { border-color: rgb(116,81,107); }

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