Html Css Color HEX #746C65 Sandstone

📋 copy color: '#746C65'

red 116 ◦ green 108 ◦ blue 101

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

Shades of Sandstone #746C65

Tints of Sandstone #746C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 35.69%
G = 33.23%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746C65 (or 0x746C65) is known color: Sandstone. HEX triplet: 74, 6C and 65. RGB value is (116,108,101). Sum of RGB (Red+Green+Blue) = 116+108+101=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C65 is #8B939A. Grayscale: #6D6D6D. Windows color (decimal): -9147291 or 6646900. OLE color: 6646900.

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

Color convert

RGB 116 108 101 -
CMYK 0 0.07 0.13 0.55
HSL 28º 0.07% 0.43% -
HSV(B) 28º 0.13% 0.45% -
XYZ 14.91 15.38 14.49 -
YUV 109.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 116 108 101 0 0.07 0.13 0.55 28 0.07 0.43
Hex 74 6C 65 0 7 D 37 1C 7 2B
Octal 164 154 145 0 7 15 67 34 7 53
Binary 1110100 1101100 1100101 0 111 1101 110111 11100 111 101011

Color Harmonies of #746C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C65

Black with #746C65

Text Example


Text Example

White with #746C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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