#72717B

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

Shades of Dolphin #72717B

Tints of Dolphin #72717B

Color information

#72717B (or 0x72717B) is unknown color: approx Dolphin. HEX triplet: 72, 71 and 7B. RGB value is (114,113,123). Sum of RGB (Red+Green+Blue) = 114+113+123=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #72717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72717B is #8D8E84. Grayscale: #727272. Windows color (decimal): -9277061 or 8089970. OLE color: 8089970.

HSL color Cylindrical-coordinate representation of color #72717B: hue angle of 246º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72717B is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114113123-
CMYK0.070.0800.52
HSL246º4.24%46.27%-
HSV(B)246º8.13%48.24%-
XYZ16.4216.8221.12-
YUV114.44132.83127.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=32.57%
G=32.29%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141131230.070.0800.522464.2446.27
Hex72717B78034f642e
Octal162161173710064366456
Binary1110010111000111110111111000011010011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72717B; }

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

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

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

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

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

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

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

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