#717173

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

Shades of Dolphin #717173

Tints of Dolphin #717173

Color information

#717173 (or 0x717173) is unknown color: approx Dolphin. HEX triplet: 71, 71 and 73. RGB value is (113,113,115). Sum of RGB (Red+Green+Blue) = 113+113+115=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 115 - color contains mainly: blue. Hex color #717173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717173 is #8E8E8C. Grayscale: #717171. Windows color (decimal): -9342605 or 7565681. OLE color: 7565681.

HSL color Cylindrical-coordinate representation of color #717173: hue angle of 240º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #717173 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113113115-
CMYK0.020.0200.55
HSL240º0.88%44.71%-
HSV(B)240º1.74%45.1%-
XYZ15.8116.5618.58-
YUV113.23129127.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=33.14%
G=33.14%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131131150.020.0200.552400.8844.71
Hex71717322037f012d
Octal16116116322067360155
Binary11100011110001111001110100110111111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717173; }

 p { color: rgb(113,113,115); }

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

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

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

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

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

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

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