Html Css Color HEX #746A62 Sandstone

📋 copy color: '#746A62'

red 116 ◦ green 106 ◦ blue 98

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

Shades of Sandstone #746A62

Tints of Sandstone #746A62

RGB

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

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

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

R = 36.25%
G = 33.13%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746A62 (or 0x746A62) is known color: Sandstone. HEX triplet: 74, 6A and 62. RGB value is (116,106,98). Sum of RGB (Red+Green+Blue) = 116+106+98=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A62 is #8B959D. Grayscale: #6C6C6C. Windows color (decimal): -9147806 or 6449780. OLE color: 6449780.

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

Color convert

RGB 116 106 98 -
CMYK 0 0.09 0.16 0.55
HSL 26.67º 0.08% 0.42% -
HSV(B) 26.67º 0.16% 0.45% -
XYZ 14.56 14.9 13.66 -
YUV 108.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 116 106 98 0 0.09 0.16 0.55 26.67 0.08 0.42
Hex 74 6A 62 0 9 10 37 1B 8 2A
Octal 164 152 142 0 11 20 67 33 10 52
Binary 1110100 1101010 1100010 0 1001 10000 110111 11011 1000 101010

Color Harmonies of #746A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A62

Black with #746A62

Text Example


Text Example

White with #746A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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