#74716C

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

Shades of Sandstone #74716C

Tints of Sandstone #74716C

Color information

#74716C (or 0x74716C) is unknown color: approx Sandstone. HEX triplet: 74, 71 and 6C. RGB value is (116,113,108). Sum of RGB (Red+Green+Blue) = 116+113+108=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #74716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74716C is #8B8E93. Grayscale: #717171. Windows color (decimal): -9146004 or 7106932. OLE color: 7106932.

HSL color Cylindrical-coordinate representation of color #74716C: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74716C is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB116113108-
CMYK00.030.070.55
HSL37.5º3.57%43.92%-
HSV(B)37.5º6.9%45.49%-
XYZ15.8116.6116.56-
YUV113.33124.99129.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=34.42%
G=33.53%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611310800.030.070.5537.53.5743.92
Hex74716C037372642c
Octal1641611540376746454
Binary111010011100011101100011111110111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74716C; }

 p { color: rgb(116,113,108); }

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

<style>
 a { background-color: #74716C; }

 a { background-color: rgb(116,113,108); }

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

<style>
 span { border-color: #74716C; }

 span { border-color: rgb(116,113,108); }

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