#736F82

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

Shades of Dolphin #736F82

Tints of Dolphin #736F82

Color information

#736F82 (or 0x736F82) is unknown color: approx Dolphin. HEX triplet: 73, 6F and 82. RGB value is (115,111,130). Sum of RGB (Red+Green+Blue) = 115+111+130=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #736F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F82 is #8C907D. Grayscale: #727272. Windows color (decimal): -9212030 or 8548211. OLE color: 8548211.

HSL color Cylindrical-coordinate representation of color #736F82: hue angle of 252.63º 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 #736F82 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115111130-
CMYK0.120.1500.49
HSL252.63º7.88%47.25%-
HSV(B)252.63º14.62%50.98%-
XYZ16.7816.6323.44-
YUV114.36136.83128.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=32.30%
G=31.18%
B=36.52%

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
Decimal1151111300.120.1500.49252.637.8847.25
Hex736F82CF031fd82f
Octal16315720214170613751057
Binary1110011110111110000010110011110110001111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,111,130); }

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

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

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

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

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

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

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