Html Css Color HEX #756D63 Sandstone

📋 copy color: '#756D63'

red 117 ◦ green 109 ◦ blue 99

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

Shades of Sandstone #756D63

Tints of Sandstone #756D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 36%
G = 33.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756D63 (or 0x756D63) is known color: Sandstone. HEX triplet: 75, 6D and 63. RGB value is (117,109,99). Sum of RGB (Red+Green+Blue) = 117+109+99=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D63 is #8A929C. Grayscale: #6E6E6E. Windows color (decimal): -9081501 or 6516085. OLE color: 6516085.

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

Color convert

RGB 117 109 99 -
CMYK 0 0.07 0.15 0.54
HSL 33.33º 0.08% 0.42% -
HSV(B) 33.33º 0.15% 0.46% -
XYZ 15.06 15.62 14.03 -
YUV 110.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 117 109 99 0 0.07 0.15 0.54 33.33 0.08 0.42
Hex 75 6D 63 0 7 F 36 21 8 2A
Octal 165 155 143 0 7 17 66 41 10 52
Binary 1110101 1101101 1100011 0 111 1111 110110 100001 1000 101010

Color Harmonies of #756D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D63

Black with #756D63

Text Example


Text Example

White with #756D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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