#716B5F

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

Shades of Pablo #716B5F

Tints of Pablo #716B5F

Color information

#716B5F (or 0x716B5F) is unknown color: approx Pablo. HEX triplet: 71, 6B and 5F. RGB value is (113,107,95). Sum of RGB (Red+Green+Blue) = 113+107+95=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B5F is #8E94A0. Grayscale: #6B6B6B. Windows color (decimal): -9344161 or 6253425. OLE color: 6253425.

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

Color convert

RGB11310795-
CMYK00.050.160.56
HSL40º8.65%40.78%-
HSV(B)40º15.93%44.31%-
XYZ14.1314.8512.95-
YUV107.43120.99131.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=35.87%
G=33.97%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131079500.050.160.56408.6540.78
Hex716B5F05103828929
Octal161153137052070501151
Binary1110001110101110111110101100001110001010001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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