#726F84

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

Shades of Dolphin #726F84

Tints of Dolphin #726F84

Color information

#726F84 (or 0x726F84) is unknown color: approx Dolphin. HEX triplet: 72, 6F and 84. RGB value is (114,111,132). Sum of RGB (Red+Green+Blue) = 114+111+132=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #726F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F84 is #8D907B. Grayscale: #727272. Windows color (decimal): -9277564 or 8679282. OLE color: 8679282.

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

Color convert

RGB114111132-
CMYK0.140.1600.48
HSL248.57º8.64%47.65%-
HSV(B)248.57º15.91%51.76%-
XYZ16.7916.6124.15-
YUV114.29137.99127.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=31.93%
G=31.09%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141111320.140.1600.48248.578.6447.65
Hex726F84E10030f9930
Octal16215720416200603711160
Binary11100101101111100001001110100000110000111110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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