Html Css Color HEX #746C5E Sandstone

📋 copy color: '#746C5E'

red 116 ◦ green 108 ◦ blue 94

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

Shades of Sandstone #746C5E

Tints of Sandstone #746C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

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

R = 36.48%
G = 33.96%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#746C5E (or 0x746C5E) is known color: Sandstone. HEX triplet: 74, 6C and 5E. RGB value is (116,108,94). Sum of RGB (Red+Green+Blue) = 116+108+94=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C5E is #8B93A1. Grayscale: #6C6C6C. Windows color (decimal): -9147298 or 6188148. OLE color: 6188148.

HSL color Cylindrical-coordinate representation of color #746C5E: hue angle of 38.18º 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 #746C5E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 94 -
CMYK 0 0.07 0.19 0.55
HSL 38.18º 0.1% 0.41% -
HSV(B) 38.18º 0.19% 0.45% -
XYZ 14.59 15.25 12.76 -
YUV 108.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 116 108 94 0 0.07 0.19 0.55 38.18 0.1 0.41
Hex 74 6C 5E 0 7 13 37 26 A 29
Octal 164 154 136 0 7 23 67 46 12 51
Binary 1110100 1101100 1011110 0 111 10011 110111 100110 1010 101001

Color Harmonies of #746C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C5E

Black with #746C5E

Text Example


Text Example

White with #746C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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