Html Css Color HEX #756E62 Sandstone

📋 copy color: '#756E62'

red 117 ◦ green 110 ◦ blue 98

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

Shades of Sandstone #756E62

Tints of Sandstone #756E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 36%
G = 33.85%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#756E62 (or 0x756E62) is known color: Sandstone. HEX triplet: 75, 6E and 62. RGB value is (117,110,98). Sum of RGB (Red+Green+Blue) = 117+110+98=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E62 is #8A919D. Grayscale: #6E6E6E. Windows color (decimal): -9081246 or 6450805. OLE color: 6450805.

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

Color convert

RGB 117 110 98 -
CMYK 0 0.06 0.16 0.54
HSL 37.89º 0.09% 0.42% -
HSV(B) 37.89º 0.16% 0.46% -
XYZ 15.12 15.82 13.81 -
YUV 110.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 117 110 98 0 0.06 0.16 0.54 37.89 0.09 0.42
Hex 75 6E 62 0 6 10 36 26 9 2A
Octal 165 156 142 0 6 20 66 46 11 52
Binary 1110101 1101110 1100010 0 110 10000 110110 100110 1001 101010

Color Harmonies of #756E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E62

Black with #756E62

Text Example


Text Example

White with #756E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,98); }

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

background-color css

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

 a { background-color: rgb(117,110,98); }

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

border-color css

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

 span { border-color: rgb(117,110,98); }

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