Html Css Color HEX #74526A Salt Box

📋 copy color: '#74526A'

red 116 ◦ green 82 ◦ blue 106

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

Shades of Salt Box #74526A

Tints of Salt Box #74526A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 38.16%
G = 26.97%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74526A (or 0x74526A) is known color: Salt Box. HEX triplet: 74, 52 and 6A. RGB value is (116,82,106). Sum of RGB (Red+Green+Blue) = 116+82+106=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74526A is #8BAD95. Grayscale: #5E5E5E. Windows color (decimal): -9153942 or 6967924. OLE color: 6967924.

HSL color Cylindrical-coordinate representation of color #74526A: hue angle of 317.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74526A is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 106 -
CMYK 0 0.29 0.09 0.55
HSL 317.65º 0.17% 0.39% -
HSV(B) 317.65º 0.29% 0.45% -
XYZ 12.82 10.79 15.04 -
YUV 94.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 116 82 106 0 0.29 0.09 0.55 317.65 0.17 0.39
Hex 74 52 6A 0 1D 9 37 13E 11 27
Octal 164 122 152 0 35 11 67 476 21 47
Binary 1110100 1010010 1101010 0 11101 1001 110111 100111110 10001 100111

Color Harmonies of #74526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74526A

Black with #74526A

Text Example


Text Example

White with #74526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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