Html Css Color HEX #746F67 Sandstone

📋 copy color: '#746F67'

red 116 ◦ green 111 ◦ blue 103

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

Shades of Sandstone #746F67

Tints of Sandstone #746F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 35.15%
G = 33.64%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#746F67 (or 0x746F67) is known color: Sandstone. HEX triplet: 74, 6F and 67. RGB value is (116,111,103). Sum of RGB (Red+Green+Blue) = 116+111+103=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F67 is #8B9098. Grayscale: #6F6F6F. Windows color (decimal): -9146521 or 6778740. OLE color: 6778740.

HSL color Cylindrical-coordinate representation of color #746F67: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746F67 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 103 -
CMYK 0 0.04 0.11 0.55
HSL 36.92º 0.06% 0.43% -
HSV(B) 36.92º 0.11% 0.45% -
XYZ 15.34 16.06 15.12 -
YUV 111.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 116 111 103 0 0.04 0.11 0.55 36.92 0.06 0.43
Hex 74 6F 67 0 4 B 37 25 6 2B
Octal 164 157 147 0 4 13 67 45 6 53
Binary 1110100 1101111 1100111 0 100 1011 110111 100101 110 101011

Color Harmonies of #746F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F67

Black with #746F67

Text Example


Text Example

White with #746F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,103); }

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

background-color css

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

 a { background-color: rgb(116,111,103); }

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

border-color css

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

 span { border-color: rgb(116,111,103); }

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