#71707F

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

Shades of Dolphin #71707F

Tints of Dolphin #71707F

Color information

#71707F (or 0x71707F) is unknown color: approx Dolphin. HEX triplet: 71, 70 and 7F. RGB value is (113,112,127). Sum of RGB (Red+Green+Blue) = 113+112+127=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #71707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71707F is #8E8F80. Grayscale: #717171. Windows color (decimal): -9342849 or 8351857. OLE color: 8351857.

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

Color convert

RGB113112127-
CMYK0.110.1200.50
HSL244º6.28%46.86%-
HSV(B)244º11.81%49.8%-
XYZ16.4316.6322.42-
YUV114.01135.33127.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 127 (50% from 255) = 36.08%
R=32.10%
G=31.82%
B=36.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131121270.110.1200.502446.2846.86
Hex71707FBC032f462f
Octal1611601771314062364657
Binary11100011110000111111110111100011001011110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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