#71687F

Color #71687F Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #71687F

Tints of Kimberly #71687F

Color information

#71687F (or 0x71687F) is unknown color: approx Kimberly. HEX triplet: 71, 68 and 7F. RGB value is (113,104,127). Sum of RGB (Red+Green+Blue) = 113+104+127=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #71687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71687F is #8E9780. Grayscale: #6D6D6D. Windows color (decimal): -9344897 or 8349809. OLE color: 8349809.

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

Color convert

RGB113104127-
CMYK0.110.1800.50
HSL263.48º9.96%45.29%-
HSV(B)263.48º18.11%49.8%-
XYZ15.5914.9422.14-
YUV109.31137.98130.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 127 (50% from 255) = 36.92%
R=32.85%
G=30.23%
B=36.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131041270.110.1800.50263.489.9645.29
Hex71687FB12032107a2d
Octal16115017713220624071255
Binary11100011101000111111110111001001100101000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71687F; }

 p { color: rgb(113,104,127); }

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

<style>
 a { background-color: #71687F; }

 a { background-color: rgb(113,104,127); }

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

<style>
 span { border-color: #71687F; }

 span { border-color: rgb(113,104,127); }

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