Html Css Color HEX #746C62 Sandstone

📋 copy color: '#746C62'

red 116 ◦ green 108 ◦ blue 98

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

Shades of Sandstone #746C62

Tints of Sandstone #746C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.43%

R = 36.02%
G = 33.54%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746C62 (or 0x746C62) is known color: Sandstone. HEX triplet: 74, 6C and 62. RGB value is (116,108,98). Sum of RGB (Red+Green+Blue) = 116+108+98=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C62 is #8B939D. Grayscale: #6D6D6D. Windows color (decimal): -9147294 or 6450292. OLE color: 6450292.

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

Color convert

RGB 116 108 98 -
CMYK 0 0.07 0.16 0.55
HSL 33.33º 0.08% 0.42% -
HSV(B) 33.33º 0.16% 0.45% -
XYZ 14.77 15.32 13.73 -
YUV 109.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 116 108 98 0 0.07 0.16 0.55 33.33 0.08 0.42
Hex 74 6C 62 0 7 10 37 21 8 2A
Octal 164 154 142 0 7 20 67 41 10 52
Binary 1110100 1101100 1100010 0 111 10000 110111 100001 1000 101010

Color Harmonies of #746C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C62

Black with #746C62

Text Example


Text Example

White with #746C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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