Html Css Color HEX #756958 Sandstone

📋 copy color: '#756958'

red 117 ◦ green 105 ◦ blue 88

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

Shades of Sandstone #756958

Tints of Sandstone #756958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 37.74%
G = 33.87%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#756958 (or 0x756958) is known color: Sandstone. HEX triplet: 75, 69 and 58. RGB value is (117,105,88). Sum of RGB (Red+Green+Blue) = 117+105+88=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756958 is #8A96A7. Grayscale: #6A6A6A. Windows color (decimal): -9082536 or 5794165. OLE color: 5794165.

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

Color convert

RGB 117 105 88 -
CMYK 0 0.10 0.25 0.54
HSL 35.17º 0.14% 0.4% -
HSV(B) 35.17º 0.25% 0.46% -
XYZ 14.15 14.59 11.3 -
YUV 106.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 117 105 88 0 0.10 0.25 0.54 35.17 0.14 0.4
Hex 75 69 58 0 A 19 36 23 E 28
Octal 165 151 130 0 12 31 66 43 16 50
Binary 1110101 1101001 1011000 0 1010 11001 110110 100011 1110 101000

Color Harmonies of #756958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756958

Black with #756958

Text Example


Text Example

White with #756958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756958; }

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

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

background-color css

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

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

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

border-color css

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

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

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