Html Css Color HEX #756C62 Sandstone

📋 copy color: '#756C62'

red 117 ◦ green 108 ◦ blue 98

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

Shades of Sandstone #756C62

Tints of Sandstone #756C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 36.22%
G = 33.44%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#756C62 (or 0x756C62) is known color: Sandstone. HEX triplet: 75, 6C and 62. RGB value is (117,108,98). Sum of RGB (Red+Green+Blue) = 117+108+98=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C62 is #8A939D. Grayscale: #6D6D6D. Windows color (decimal): -9081758 or 6450293. OLE color: 6450293.

HSL color Cylindrical-coordinate representation of color #756C62: hue angle of 31.58º 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 #756C62 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 108 98 -
CMYK 0 0.08 0.16 0.54
HSL 31.58º 0.09% 0.42% -
HSV(B) 31.58º 0.16% 0.46% -
XYZ 14.9 15.39 13.74 -
YUV 109.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 117 108 98 0 0.08 0.16 0.54 31.58 0.09 0.42
Hex 75 6C 62 0 8 10 36 20 9 2A
Octal 165 154 142 0 10 20 66 40 11 52
Binary 1110101 1101100 1100010 0 1000 10000 110110 100000 1001 101010

Color Harmonies of #756C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C62

Black with #756C62

Text Example


Text Example

White with #756C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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