#736F80

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

Shades of Dolphin #736F80

Tints of Dolphin #736F80

Color information

#736F80 (or 0x736F80) is unknown color: approx Dolphin. HEX triplet: 73, 6F and 80. RGB value is (115,111,128). Sum of RGB (Red+Green+Blue) = 115+111+128=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #736F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F80 is #8C907F. Grayscale: #727272. Windows color (decimal): -9212032 or 8417139. OLE color: 8417139.

HSL color Cylindrical-coordinate representation of color #736F80: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736F80 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB115111128-
CMYK0.100.1300.50
HSL254.12º7.11%46.86%-
HSV(B)254.12º13.28%50.2%-
XYZ16.6516.5722.74-
YUV114.13135.83128.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=32.49%
G=31.36%
B=36.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151111280.100.1300.50254.127.1146.86
Hex736F80AD032fe72f
Octal1631572001215062376757
Binary111001111011111000000010101101011001011111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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