Html Css Color HEX #746A60 Sandstone

📋 copy color: '#746A60'

red 116 ◦ green 106 ◦ blue 96

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

Shades of Sandstone #746A60

Tints of Sandstone #746A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 36.48%
G = 33.33%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#746A60 (or 0x746A60) is known color: Sandstone. HEX triplet: 74, 6A and 60. RGB value is (116,106,96). Sum of RGB (Red+Green+Blue) = 116+106+96=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A60 is #8B959F. Grayscale: #6B6B6B. Windows color (decimal): -9147808 or 6318708. OLE color: 6318708.

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

Color convert

RGB 116 106 96 -
CMYK 0 0.09 0.17 0.55
HSL 30º 0.09% 0.42% -
HSV(B) 30º 0.17% 0.45% -
XYZ 14.47 14.87 13.17 -
YUV 107.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 116 106 96 0 0.09 0.17 0.55 30 0.09 0.42
Hex 74 6A 60 0 9 11 37 1E 9 2A
Octal 164 152 140 0 11 21 67 36 11 52
Binary 1110100 1101010 1100000 0 1001 10001 110111 11110 1001 101010

Color Harmonies of #746A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A60

Black with #746A60

Text Example


Text Example

White with #746A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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