#727174

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

Shades of Dolphin #727174

Tints of Dolphin #727174

Color information

#727174 (or 0x727174) is unknown color: approx Dolphin. HEX triplet: 72, 71 and 74. RGB value is (114,113,116). Sum of RGB (Red+Green+Blue) = 114+113+116=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 116 - color contains mainly: blue. Hex color #727174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727174 is #8D8E8B. Grayscale: #717171. Windows color (decimal): -9277068 or 7631218. OLE color: 7631218.

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

Color convert

RGB114113116-
CMYK0.020.0300.55
HSL260º1.31%44.9%-
HSV(B)260º2.59%45.49%-
XYZ1616.6518.89-
YUV113.64129.33128.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=33.24%
G=32.94%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141131160.020.0300.552601.3144.9
Hex7271742303710412d
Octal16216116423067404155
Binary111001011100011110100101101101111000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727174; }

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

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

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

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

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

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

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

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