#737280

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

Shades of Dolphin #737280

Tints of Dolphin #737280

Color information

#737280 (or 0x737280) is unknown color: approx Dolphin. HEX triplet: 73, 72 and 80. RGB value is (115,114,128). Sum of RGB (Red+Green+Blue) = 115+114+128=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #737280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737280 is #8C8D7F. Grayscale: #737373. Windows color (decimal): -9211264 or 8417907. OLE color: 8417907.

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

Color convert

RGB115114128-
CMYK0.100.1100.50
HSL244.29º5.79%47.45%-
HSV(B)244.29º10.94%50.2%-
XYZ16.9817.2422.85-
YUV115.9134.83127.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=32.21%
G=31.93%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151141280.100.1100.50244.295.7947.45
Hex737280AB032f462f
Octal1631622001213062364657
Binary111001111100101000000010101011011001011110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737280; }

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

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

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

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

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

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

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

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