Html Css Color HEX #756F6A Sandstone

📋 copy color: '#756F6A'

red 117 ◦ green 111 ◦ blue 106

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

Shades of Sandstone #756F6A

Tints of Sandstone #756F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 35.03%
G = 33.23%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#756F6A (or 0x756F6A) is known color: Sandstone. HEX triplet: 75, 6F and 6A. RGB value is (117,111,106). Sum of RGB (Red+Green+Blue) = 117+111+106=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F6A is #8A9095. Grayscale: #707070. Windows color (decimal): -9080982 or 6975349. OLE color: 6975349.

HSL color Cylindrical-coordinate representation of color #756F6A: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756F6A is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 111 106 -
CMYK 0 0.05 0.09 0.54
HSL 27.27º 0.05% 0.44% -
HSV(B) 27.27º 0.09% 0.46% -
XYZ 15.62 16.19 15.94 -
YUV 112.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 117 111 106 0 0.05 0.09 0.54 27.27 0.05 0.44
Hex 75 6F 6A 0 5 9 36 1B 5 2C
Octal 165 157 152 0 5 11 66 33 5 54
Binary 1110101 1101111 1101010 0 101 1001 110110 11011 101 101100

Color Harmonies of #756F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F6A

Black with #756F6A

Text Example


Text Example

White with #756F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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