Html Css Color HEX #746A5E Sandstone

📋 copy color: '#746A5E'

red 116 ◦ green 106 ◦ blue 94

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

Shades of Sandstone #746A5E

Tints of Sandstone #746A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 36.71%
G = 33.54%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#746A5E (or 0x746A5E) is known color: Sandstone. HEX triplet: 74, 6A and 5E. RGB value is (116,106,94). Sum of RGB (Red+Green+Blue) = 116+106+94=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A5E is #8B95A1. Grayscale: #6B6B6B. Windows color (decimal): -9147810 or 6187636. OLE color: 6187636.

HSL color Cylindrical-coordinate representation of color #746A5E: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746A5E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 94 -
CMYK 0 0.09 0.19 0.55
HSL 32.73º 0.1% 0.41% -
HSV(B) 32.73º 0.19% 0.45% -
XYZ 14.38 14.83 12.69 -
YUV 107.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 116 106 94 0 0.09 0.19 0.55 32.73 0.1 0.41
Hex 74 6A 5E 0 9 13 37 21 A 29
Octal 164 152 136 0 11 23 67 41 12 51
Binary 1110100 1101010 1011110 0 1001 10011 110111 100001 1010 101001

Color Harmonies of #746A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A5E

Black with #746A5E

Text Example


Text Example

White with #746A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A5E; }

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

 H1.HeaderClassName
 {
   color: #746A5E;
 }
 .AnyTagClassName
 {
   color: #746A5E;
 }
</style>

background-color css

<style>
 a { background-color: #746A5E; }

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

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

border-color css

<style>
 span { border-color: #746A5E; }

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

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