Html Css Color HEX #746B5D Sandstone

📋 copy color: '#746B5D'

red 116 ◦ green 107 ◦ blue 93

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

Shades of Sandstone #746B5D

Tints of Sandstone #746B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 36.71%
G = 33.86%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#746B5D (or 0x746B5D) is known color: Sandstone. HEX triplet: 74, 6B and 5D. RGB value is (116,107,93). Sum of RGB (Red+Green+Blue) = 116+107+93=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B5D is #8B94A2. Grayscale: #6C6C6C. Windows color (decimal): -9147555 or 6122356. OLE color: 6122356.

HSL color Cylindrical-coordinate representation of color #746B5D: hue angle of 36.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746B5D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 93 -
CMYK 0 0.08 0.20 0.55
HSL 36.52º 0.11% 0.41% -
HSV(B) 36.52º 0.2% 0.45% -
XYZ 14.44 15.02 12.49 -
YUV 108.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 116 107 93 0 0.08 0.20 0.55 36.52 0.11 0.41
Hex 74 6B 5D 0 8 14 37 25 B 29
Octal 164 153 135 0 10 24 67 45 13 51
Binary 1110100 1101011 1011101 0 1000 10100 110111 100101 1011 101001

Color Harmonies of #746B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B5D

Black with #746B5D

Text Example


Text Example

White with #746B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,93); }

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

background-color css

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

 a { background-color: rgb(116,107,93); }

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

border-color css

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

 span { border-color: rgb(116,107,93); }

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