#7B716B

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

Shades of Sand Dune #7B716B

Tints of Sand Dune #7B716B

Color information

#7B716B (or 0x7B716B) is unknown color: approx Sand Dune. HEX triplet: 7B, 71 and 6B. RGB value is (123,113,107). Sum of RGB (Red+Green+Blue) = 123+113+107=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B716B is #848E94. Grayscale: #737373. Windows color (decimal): -8687253 or 7041403. OLE color: 7041403.

HSL color Cylindrical-coordinate representation of color #7B716B: hue angle of 22.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B716B is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB123113107-
CMYK00.080.130.52
HSL22.5º6.96%45.1%-
HSV(B)22.5º13.01%48.24%-
XYZ16.7317.0816.33-
YUV115.31123.31133.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=35.86%
G=32.94%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311310700.080.130.5222.56.9645.1
Hex7B716B08D341772d
Octal173161153010156427755
Binary11110111110001110101101000110111010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,107); }

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

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

 a { background-color: rgb(123,113,107); }

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

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

 span { border-color: rgb(123,113,107); }

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