#727187

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

Shades of Dolphin #727187

Tints of Dolphin #727187

Color information

#727187 (or 0x727187) is unknown color: approx Dolphin. HEX triplet: 72, 71 and 87. RGB value is (114,113,135). Sum of RGB (Red+Green+Blue) = 114+113+135=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #727187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727187 is #8D8E78. Grayscale: #737373. Windows color (decimal): -9277049 or 8876402. OLE color: 8876402.

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

Color convert

RGB114113135-
CMYK0.160.1600.47
HSL242.73º8.87%48.63%-
HSV(B)242.73º16.3%52.94%-
XYZ17.2217.1425.32-
YUV115.81138.83126.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=31.49%
G=31.22%
B=37.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141131350.160.1600.47242.738.8748.63
Hex727187101002Ff3931
Octal16216120720200573631161
Binary111001011100011000011110000100000101111111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727187; }

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

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

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

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

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

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

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

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