#7D7263

Color #7D7263 Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #7D7263

Tints of Sandstone #7D7263

Color information

#7D7263 (or 0x7D7263) is unknown color: approx Sandstone. HEX triplet: 7D, 72 and 63. RGB value is (125,114,99). Sum of RGB (Red+Green+Blue) = 125+114+99=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7263 is #828D9C. Grayscale: #737373. Windows color (decimal): -8555933 or 6517373. OLE color: 6517373.

HSL color Cylindrical-coordinate representation of color #7D7263: hue angle of 34.62º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D7263 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12511499-
CMYK00.090.210.51
HSL34.62º11.61%43.92%-
HSV(B)34.62º20.8%49.02%-
XYZ16.7317.314.26-
YUV115.58118.64134.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=36.98%
G=33.73%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251149900.090.210.5134.6211.6143.92
Hex7D726309153323c2c
Octal1751621430112563431454
Binary11111011110010110001101001101011100111000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D7263; }

 p { color: rgb(125,114,99); }

 H1.HeaderClassName
 {
   color: #7D7263;
 }
 .AnyTagClassName
 {
   color: #7D7263;
 }
</style>
background-color css

<style>
 a { background-color: #7D7263; }

 a { background-color: rgb(125,114,99); }

 div.DivClassName
 {
   background-color: #7D7263;
 }
 .BgClassName
 {
   background-color: #7D7263;
 }
</style>
border-color css

<style>
 span { border-color: #7D7263; }

 span { border-color: rgb(125,114,99); }

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