Html Css Color HEX #756D60 Sandstone

📋 copy color: '#756D60'

red 117 ◦ green 109 ◦ blue 96

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

Shades of Sandstone #756D60

Tints of Sandstone #756D60

RGB

 RED value IS 117 (46.09% from 255) = 36.34%

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 36.34%
G = 33.85%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#756D60 (or 0x756D60) is known color: Sandstone. HEX triplet: 75, 6D and 60. RGB value is (117,109,96). Sum of RGB (Red+Green+Blue) = 117+109+96=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D60 is #8A929F. Grayscale: #6D6D6D. Windows color (decimal): -9081504 or 6319477. OLE color: 6319477.

HSL color Cylindrical-coordinate representation of color #756D60: hue angle of 37.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756D60 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 96 -
CMYK 0 0.07 0.18 0.54
HSL 37.14º 0.1% 0.42% -
HSV(B) 37.14º 0.18% 0.46% -
XYZ 14.92 15.56 13.28 -
YUV 109.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 117 109 96 0 0.07 0.18 0.54 37.14 0.1 0.42
Hex 75 6D 60 0 7 12 36 25 A 2A
Octal 165 155 140 0 7 22 66 45 12 52
Binary 1110101 1101101 1100000 0 111 10010 110110 100101 1010 101010

Color Harmonies of #756D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D60

Black with #756D60

Text Example


Text Example

White with #756D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D60; }

 p { color: rgb(117,109,96); }

 H1.HeaderClassName
 {
   color: #756D60;
 }
 .AnyTagClassName
 {
   color: #756D60;
 }
</style>

background-color css

<style>
 a { background-color: #756D60; }

 a { background-color: rgb(117,109,96); }

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

border-color css

<style>
 span { border-color: #756D60; }

 span { border-color: rgb(117,109,96); }

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