#717073

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

Shades of Dolphin #717073

Tints of Dolphin #717073

Color information

#717073 (or 0x717073) is unknown color: approx Dolphin. HEX triplet: 71, 70 and 73. RGB value is (113,112,115). Sum of RGB (Red+Green+Blue) = 113+112+115=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 115 - color contains mainly: blue. Hex color #717073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717073 is #8E8F8C. Grayscale: #707070. Windows color (decimal): -9342861 or 7565425. OLE color: 7565425.

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

Color convert

RGB113112115-
CMYK0.020.0300.55
HSL260º1.32%44.51%-
HSV(B)260º2.61%45.1%-
XYZ15.716.3418.55-
YUV112.64129.33128.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=33.24%
G=32.94%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131121150.020.0300.552601.3244.51
Hex7170732303710412d
Octal16116016323067404155
Binary111000111100001110011101101101111000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717073; }

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

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

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

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

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

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

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

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