Html Css Color HEX #756959 Sandstone

📋 copy color: '#756959'

red 117 ◦ green 105 ◦ blue 89

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

Shades of Sandstone #756959

Tints of Sandstone #756959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 37.62%
G = 33.76%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756959 (or 0x756959) is known color: Sandstone. HEX triplet: 75, 69 and 59. RGB value is (117,105,89). Sum of RGB (Red+Green+Blue) = 117+105+89=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756959 is #8A96A6. Grayscale: #6A6A6A. Windows color (decimal): -9082535 or 5859701. OLE color: 5859701.

HSL color Cylindrical-coordinate representation of color #756959: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756959 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 89 -
CMYK 0 0.10 0.24 0.54
HSL 34.29º 0.14% 0.4% -
HSV(B) 34.29º 0.24% 0.46% -
XYZ 14.19 14.61 11.52 -
YUV 106.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 117 105 89 0 0.10 0.24 0.54 34.29 0.14 0.4
Hex 75 69 59 0 A 18 36 22 E 28
Octal 165 151 131 0 12 30 66 42 16 50
Binary 1110101 1101001 1011001 0 1010 11000 110110 100010 1110 101000

Color Harmonies of #756959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756959

Black with #756959

Text Example


Text Example

White with #756959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756959; }

 p { color: rgb(117,105,89); }

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

background-color css

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

 a { background-color: rgb(117,105,89); }

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

border-color css

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

 span { border-color: rgb(117,105,89); }

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