Html Css Color HEX #756E64 Sandstone

📋 copy color: '#756E64'

red 117 ◦ green 110 ◦ blue 100

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

Shades of Sandstone #756E64

Tints of Sandstone #756E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 35.78%
G = 33.64%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756E64 (or 0x756E64) is known color: Sandstone. HEX triplet: 75, 6E and 64. RGB value is (117,110,100). Sum of RGB (Red+Green+Blue) = 117+110+100=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E64 is #8A919B. Grayscale: #6F6F6F. Windows color (decimal): -9081244 or 6581877. OLE color: 6581877.

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

Color convert

RGB 117 110 100 -
CMYK 0 0.06 0.15 0.54
HSL 35.29º 0.08% 0.43% -
HSV(B) 35.29º 0.15% 0.46% -
XYZ 15.21 15.85 14.31 -
YUV 110.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 117 110 100 0 0.06 0.15 0.54 35.29 0.08 0.43
Hex 75 6E 64 0 6 F 36 23 8 2B
Octal 165 156 144 0 6 17 66 43 10 53
Binary 1110101 1101110 1100100 0 110 1111 110110 100011 1000 101011

Color Harmonies of #756E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E64

Black with #756E64

Text Example


Text Example

White with #756E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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