#727273

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

Shades of Dolphin #727273

Tints of Dolphin #727273

Color information

#727273 (or 0x727273) is unknown color: approx Dolphin. HEX triplet: 72, 72 and 73. RGB value is (114,114,115). Sum of RGB (Red+Green+Blue) = 114+114+115=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 115 - color contains mainly: blue. Hex color #727273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727273 is #8D8D8C. Grayscale: #727272. Windows color (decimal): -9276813 or 7565938. OLE color: 7565938.

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

Color convert

RGB114114115-
CMYK0.010.0100.55
HSL240º0.44%44.9%-
HSV(B)240º0.87%45.1%-
XYZ16.0516.8518.63-
YUV114.11128.5127.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=33.24%
G=33.24%
B=33.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141141150.010.0100.552400.4444.9
Hex72727311037f002d
Octal16216216311067360055
Binary111001011100101110011110110111111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727273; }

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

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

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

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

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

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

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

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