#716B5E

Color #716B5E Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #716B5E

Tints of Pablo #716B5E

Color information

#716B5E (or 0x716B5E) is unknown color: approx Pablo. HEX triplet: 71, 6B and 5E. RGB value is (113,107,94). Sum of RGB (Red+Green+Blue) = 113+107+94=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B5E is #8E94A1. Grayscale: #6B6B6B. Windows color (decimal): -9344162 or 6187889. OLE color: 6187889.

HSL color Cylindrical-coordinate representation of color #716B5E: hue angle of 41.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #716B5E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB11310794-
CMYK00.050.170.56
HSL41.05º9.18%40.59%-
HSV(B)41.05º16.81%44.31%-
XYZ14.0914.8312.71-
YUV107.31120.49132.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=35.99%
G=34.08%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131079400.050.170.5641.059.1840.59
Hex716B5E05113829929
Octal161153136052170511151
Binary1110001110101110111100101100011110001010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716B5E; }

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

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

<style>
 a { background-color: #716B5E; }

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

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

<style>
 span { border-color: #716B5E; }

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

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