#7F7367

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

Shades of Sand Dune #7F7367

Tints of Sand Dune #7F7367

Color information

#7F7367 (or 0x7F7367) is unknown color: approx Sand Dune. HEX triplet: 7F, 73 and 67. RGB value is (127,115,103). Sum of RGB (Red+Green+Blue) = 127+115+103=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7367 is #808C98. Grayscale: #757575. Windows color (decimal): -8424601 or 6779775. OLE color: 6779775.

HSL color Cylindrical-coordinate representation of color #7F7367: hue angle of 30º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F7367 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB127115103-
CMYK00.090.190.50
HSL30º10.43%45.1%-
HSV(B)30º18.9%49.8%-
XYZ17.3317.7515.35-
YUV117.22119.98134.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=36.81%
G=33.33%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711510300.090.190.503010.4345.1
Hex7F73670913321ea2d
Octal1771631470112362361255
Binary1111111111001111001110100110011110010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,103); }

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

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

 a { background-color: rgb(127,115,103); }

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

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

 span { border-color: rgb(127,115,103); }

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