Html Css Color HEX #756A62 Sandstone

📋 copy color: '#756A62'

red 117 ◦ green 106 ◦ blue 98

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

Shades of Sandstone #756A62

Tints of Sandstone #756A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

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

R = 36.45%
G = 33.02%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#756A62 (or 0x756A62) is known color: Sandstone. HEX triplet: 75, 6A and 62. RGB value is (117,106,98). Sum of RGB (Red+Green+Blue) = 117+106+98=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #756A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A62 is #8A959D. Grayscale: #6C6C6C. Windows color (decimal): -9082270 or 6449781. OLE color: 6449781.

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

Color convert

RGB 117 106 98 -
CMYK 0 0.09 0.16 0.54
HSL 25.26º 0.09% 0.42% -
HSV(B) 25.26º 0.16% 0.46% -
XYZ 14.69 14.97 13.67 -
YUV 108.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 117 106 98 0 0.09 0.16 0.54 25.26 0.09 0.42
Hex 75 6A 62 0 9 10 36 19 9 2A
Octal 165 152 142 0 11 20 66 31 11 52
Binary 1110101 1101010 1100010 0 1001 10000 110110 11001 1001 101010

Color Harmonies of #756A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A62

Black with #756A62

Text Example


Text Example

White with #756A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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