#727077

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

Shades of Dolphin #727077

Tints of Dolphin #727077

Color information

#727077 (or 0x727077) is unknown color: approx Dolphin. HEX triplet: 72, 70 and 77. RGB value is (114,112,119). Sum of RGB (Red+Green+Blue) = 114+112+119=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #727077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727077 is #8D8F88. Grayscale: #717171. Windows color (decimal): -9277321 or 7827570. OLE color: 7827570.

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

Color convert

RGB114112119-
CMYK0.040.0600.53
HSL257.14º3.03%45.29%-
HSV(B)257.14º5.88%46.67%-
XYZ16.0616.519.79-
YUV113.4131.16128.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=33.04%
G=32.46%
B=34.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141121190.040.0600.53257.143.0345.29
Hex7270774603510132d
Octal16216016746065401355
Binary111001011100001110111100110011010110000000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727077; }

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

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

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

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

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

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

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

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