#727186

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

Shades of Dolphin #727186

Tints of Dolphin #727186

Color information

#727186 (or 0x727186) is unknown color: approx Dolphin. HEX triplet: 72, 71 and 86. RGB value is (114,113,134). Sum of RGB (Red+Green+Blue) = 114+113+134=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #727186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727186 is #8D8E79. Grayscale: #737373. Windows color (decimal): -9277050 or 8810866. OLE color: 8810866.

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

Color convert

RGB114113134-
CMYK0.150.1600.47
HSL242.86º8.5%48.43%-
HSV(B)242.86º15.67%52.55%-
XYZ17.1517.1124.95-
YUV115.69138.33126.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=31.58%
G=31.30%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141131340.150.1600.47242.868.548.43
Hex727186F1002Ff3930
Octal16216120617200573631160
Binary11100101110001100001101111100000101111111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727186; }

 p { color: rgb(114,113,134); }

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

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

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

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

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

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

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