#726E82

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

Shades of Dolphin #726E82

Tints of Dolphin #726E82

Color information

#726E82 (or 0x726E82) is unknown color: approx Dolphin. HEX triplet: 72, 6E and 82. RGB value is (114,110,130). Sum of RGB (Red+Green+Blue) = 114+110+130=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #726E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E82 is #8D917D. Grayscale: #717171. Windows color (decimal): -9277822 or 8547954. OLE color: 8547954.

HSL color Cylindrical-coordinate representation of color #726E82: hue angle of 252º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726E82 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114110130-
CMYK0.120.1500.49
HSL252º8.33%47.06%-
HSV(B)252º15.38%50.98%-
XYZ16.5416.3423.4-
YUV113.48137.33128.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=32.20%
G=31.07%
B=36.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141101300.120.1500.492528.3347.06
Hex726E82CF031fc82f
Octal16215620214170613741057
Binary1110010110111010000010110011110110001111111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E82; }

 p { color: rgb(114,110,130); }

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

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

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

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

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

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

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