#76726B

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

Shades of Sandstone #76726B

Tints of Sandstone #76726B

Color information

#76726B (or 0x76726B) is unknown color: approx Sandstone. HEX triplet: 76, 72 and 6B. RGB value is (118,114,107). Sum of RGB (Red+Green+Blue) = 118+114+107=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #76726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726B is #898D94. Grayscale: #727272. Windows color (decimal): -9014677 or 7041654. OLE color: 7041654.

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

Color convert

RGB118114107-
CMYK00.030.090.54
HSL38.18º4.89%44.12%-
HSV(B)38.18º9.32%46.27%-
XYZ16.1416.9516.33-
YUV114.4123.83130.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=34.81%
G=33.63%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811410700.030.090.5438.184.8944.12
Hex76726B039362652c
Octal16616215303116646554
Binary1110110111001011010110111001110110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76726B; }

 p { color: rgb(118,114,107); }

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

<style>
 a { background-color: #76726B; }

 a { background-color: rgb(118,114,107); }

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

<style>
 span { border-color: #76726B; }

 span { border-color: rgb(118,114,107); }

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