#736E84

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

Shades of Dolphin #736E84

Tints of Dolphin #736E84

Color information

#736E84 (or 0x736E84) is unknown color: approx Dolphin. HEX triplet: 73, 6E and 84. RGB value is (115,110,132). Sum of RGB (Red+Green+Blue) = 115+110+132=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #736E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E84 is #8C917B. Grayscale: #717171. Windows color (decimal): -9212284 or 8679027. OLE color: 8679027.

HSL color Cylindrical-coordinate representation of color #736E84: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736E84 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115110132-
CMYK0.130.1700.48
HSL253.64º9.09%47.45%-
HSV(B)253.64º16.67%51.76%-
XYZ16.8116.4624.12-
YUV114138.16128.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=32.21%
G=30.81%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151101320.130.1700.48253.649.0947.45
Hex736E84D11030fe92f
Octal16315620415210603761157
Binary11100111101110100001001101100010110000111111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736E84; }

 p { color: rgb(115,110,132); }

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

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

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

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

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

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

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