#71707C

Color #71707C Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #71707C

Tints of Dolphin #71707C

Color information

#71707C (or 0x71707C) is unknown color: approx Dolphin. HEX triplet: 71, 70 and 7C. RGB value is (113,112,124). Sum of RGB (Red+Green+Blue) = 113+112+124=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #71707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71707C is #8E8F83. Grayscale: #717171. Windows color (decimal): -9342852 or 8155249. OLE color: 8155249.

HSL color Cylindrical-coordinate representation of color #71707C: hue angle of 245º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71707C is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB113112124-
CMYK0.090.1000.51
HSL245º5.08%46.27%-
HSV(B)245º9.68%48.63%-
XYZ16.2416.5521.41-
YUV113.67133.83127.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=32.38%
G=32.09%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131121240.090.1000.512455.0846.27
Hex71707C9A033f552e
Octal1611601741112063365556
Binary11100011110000111110010011010011001111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71707C; }

 p { color: rgb(113,112,124); }

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

<style>
 a { background-color: #71707C; }

 a { background-color: rgb(113,112,124); }

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

<style>
 span { border-color: #71707C; }

 span { border-color: rgb(113,112,124); }

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