Html Css Color HEX #756D68 Sandstone

📋 copy color: '#756D68'

red 117 ◦ green 109 ◦ blue 104

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

Shades of Sandstone #756D68

Tints of Sandstone #756D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 35.45%
G = 33.03%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756D68 (or 0x756D68) is known color: Sandstone. HEX triplet: 75, 6D and 68. RGB value is (117,109,104). Sum of RGB (Red+Green+Blue) = 117+109+104=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D68 is #8A9297. Grayscale: #6E6E6E. Windows color (decimal): -9081496 or 6843765. OLE color: 6843765.

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

Color convert

RGB 117 109 104 -
CMYK 0 0.07 0.11 0.54
HSL 23.08º 0.06% 0.43% -
HSV(B) 23.08º 0.11% 0.46% -
XYZ 15.3 15.72 15.32 -
YUV 110.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 117 109 104 0 0.07 0.11 0.54 23.08 0.06 0.43
Hex 75 6D 68 0 7 B 36 17 6 2B
Octal 165 155 150 0 7 13 66 27 6 53
Binary 1110101 1101101 1101000 0 111 1011 110110 10111 110 101011

Color Harmonies of #756D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D68

Black with #756D68

Text Example


Text Example

White with #756D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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