Html Css Color HEX #756D67 Sandstone

📋 copy color: '#756D67'

red 117 ◦ green 109 ◦ blue 103

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

Shades of Sandstone #756D67

Tints of Sandstone #756D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 35.56%
G = 33.13%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#756D67 (or 0x756D67) is known color: Sandstone. HEX triplet: 75, 6D and 67. RGB value is (117,109,103). Sum of RGB (Red+Green+Blue) = 117+109+103=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D67 is #8A9298. Grayscale: #6E6E6E. Windows color (decimal): -9081497 or 6778229. OLE color: 6778229.

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

Color convert

RGB 117 109 103 -
CMYK 0 0.07 0.12 0.54
HSL 25.71º 0.06% 0.43% -
HSV(B) 25.71º 0.12% 0.46% -
XYZ 15.25 15.7 15.06 -
YUV 110.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 117 109 103 0 0.07 0.12 0.54 25.71 0.06 0.43
Hex 75 6D 67 0 7 C 36 1A 6 2B
Octal 165 155 147 0 7 14 66 32 6 53
Binary 1110101 1101101 1100111 0 111 1100 110110 11010 110 101011

Color Harmonies of #756D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D67

Black with #756D67

Text Example


Text Example

White with #756D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,103); }

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

background-color css

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

 a { background-color: rgb(117,109,103); }

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

border-color css

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

 span { border-color: rgb(117,109,103); }

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