#726E84

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

Shades of Dolphin #726E84

Tints of Dolphin #726E84

Color information

#726E84 (or 0x726E84) is unknown color: approx Dolphin. HEX triplet: 72, 6E and 84. RGB value is (114,110,132). Sum of RGB (Red+Green+Blue) = 114+110+132=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #726E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E84 is #8D917B. Grayscale: #717171. Windows color (decimal): -9277820 or 8679026. OLE color: 8679026.

HSL color Cylindrical-coordinate representation of color #726E84: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #726E84 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114110132-
CMYK0.140.1700.48
HSL250.91º9.09%47.45%-
HSV(B)250.91º16.67%51.76%-
XYZ16.6816.424.12-
YUV113.7138.33128.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=32.02%
G=30.90%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141101320.140.1700.48250.919.0947.45
Hex726E84E11030fb92f
Octal16215620416210603731157
Binary11100101101110100001001110100010110000111110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E84; }

 p { color: rgb(114,110,132); }

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

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

 a { background-color: rgb(114,110,132); }

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

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

 span { border-color: rgb(114,110,132); }

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