Html Css Color HEX #756B5B Sandstone

📋 copy color: '#756B5B'

red 117 ◦ green 107 ◦ blue 91

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

Shades of Sandstone #756B5B

Tints of Sandstone #756B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 37.14%
G = 33.97%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#756B5B (or 0x756B5B) is known color: Sandstone. HEX triplet: 75, 6B and 5B. RGB value is (117,107,91). Sum of RGB (Red+Green+Blue) = 117+107+91=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5B is #8A94A4. Grayscale: #6C6C6C. Windows color (decimal): -9082021 or 5991285. OLE color: 5991285.

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

Color convert

RGB 117 107 91 -
CMYK 0 0.09 0.22 0.54
HSL 36.92º 0.13% 0.41% -
HSV(B) 36.92º 0.22% 0.46% -
XYZ 14.48 15.05 12.04 -
YUV 108.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 117 107 91 0 0.09 0.22 0.54 36.92 0.13 0.41
Hex 75 6B 5B 0 9 16 36 25 C 29
Octal 165 153 133 0 11 26 66 45 14 51
Binary 1110101 1101011 1011011 0 1001 10110 110110 100101 1100 101001

Color Harmonies of #756B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B5B

Black with #756B5B

Text Example


Text Example

White with #756B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,91); }

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

background-color css

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

 a { background-color: rgb(117,107,91); }

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

border-color css

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

 span { border-color: rgb(117,107,91); }

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