#727278

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

Shades of Dolphin #727278

Tints of Dolphin #727278

Color information

#727278 (or 0x727278) is unknown color: approx Dolphin. HEX triplet: 72, 72 and 78. RGB value is (114,114,120). Sum of RGB (Red+Green+Blue) = 114+114+120=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #727278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727278 is #8D8D87. Grayscale: #727272. Windows color (decimal): -9276808 or 7893618. OLE color: 7893618.

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

Color convert

RGB114114120-
CMYK0.050.0500.53
HSL240º2.56%45.88%-
HSV(B)240º5%47.06%-
XYZ16.3516.9720.18-
YUV114.68131127.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=32.76%
G=32.76%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141141200.050.0500.532402.5645.88
Hex72727855035f032e
Octal16216217055065360356
Binary11100101110010111100010110101101011111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727278; }

 p { color: rgb(114,114,120); }

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

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

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

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

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

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

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