Html Css Color HEX #74516A Salt Box

📋 copy color: '#74516A'

red 116 ◦ green 81 ◦ blue 106

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

Shades of Salt Box #74516A

Tints of Salt Box #74516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 38.28%
G = 26.73%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74516A (or 0x74516A) is known color: Salt Box. HEX triplet: 74, 51 and 6A. RGB value is (116,81,106). Sum of RGB (Red+Green+Blue) = 116+81+106=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #74516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516A is #8BAE95. Grayscale: #5E5E5E. Windows color (decimal): -9154198 or 6967668. OLE color: 6967668.

HSL color Cylindrical-coordinate representation of color #74516A: hue angle of 317.14º 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 #74516A is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 106 -
CMYK 0 0.30 0.09 0.55
HSL 317.14º 0.18% 0.39% -
HSV(B) 317.14º 0.3% 0.45% -
XYZ 12.75 10.64 15.02 -
YUV 94.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 116 81 106 0 0.30 0.09 0.55 317.14 0.18 0.39
Hex 74 51 6A 0 1E 9 37 13D 12 27
Octal 164 121 152 0 36 11 67 475 22 47
Binary 1110100 1010001 1101010 0 11110 1001 110111 100111101 10010 100111

Color Harmonies of #74516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74516A

Black with #74516A

Text Example


Text Example

White with #74516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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