#72707D

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

Shades of Dolphin #72707D

Tints of Dolphin #72707D

Color information

#72707D (or 0x72707D) is unknown color: approx Dolphin. HEX triplet: 72, 70 and 7D. RGB value is (114,112,125). Sum of RGB (Red+Green+Blue) = 114+112+125=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #72707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72707D is #8D8F82. Grayscale: #727272. Windows color (decimal): -9277315 or 8220786. OLE color: 8220786.

HSL color Cylindrical-coordinate representation of color #72707D: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72707D is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB114112125-
CMYK0.090.1000.51
HSL249.23º5.49%46.47%-
HSV(B)249.23º10.4%49.02%-
XYZ16.4416.6521.75-
YUV114.08134.16127.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=32.48%
G=31.91%
B=35.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141121250.090.1000.51249.235.4946.47
Hex72707D9A033f952e
Octal1621601751112063371556
Binary11100101110000111110110011010011001111111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72707D; }

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

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

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

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

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

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

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

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