#727076

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

Shades of Dolphin #727076

Tints of Dolphin #727076

Color information

#727076 (or 0x727076) is unknown color: approx Dolphin. HEX triplet: 72, 70 and 76. RGB value is (114,112,118). Sum of RGB (Red+Green+Blue) = 114+112+118=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #727076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727076 is #8D8F89. Grayscale: #717171. Windows color (decimal): -9277322 or 7762034. OLE color: 7762034.

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

Color convert

RGB114112118-
CMYK0.030.0500.54
HSL260º2.61%45.1%-
HSV(B)260º5.08%46.27%-
XYZ1616.4719.48-
YUV113.28130.66128.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=33.14%
G=32.56%
B=34.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141121180.030.0500.542602.6145.1
Hex7270763503610432d
Octal16216016635066404355
Binary11100101110000111011011101011011010000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727076; }

 p { color: rgb(114,112,118); }

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

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

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

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

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

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

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