#737376

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

Shades of Dolphin #737376

Tints of Dolphin #737376

Color information

#737376 (or 0x737376) is unknown color: approx Dolphin. HEX triplet: 73, 73 and 76. RGB value is (115,115,118). Sum of RGB (Red+Green+Blue) = 115+115+118=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: blue. Hex color #737376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737376 is #8C8C89. Grayscale: #737373. Windows color (decimal): -9211018 or 7762803. OLE color: 7762803.

HSL color Cylindrical-coordinate representation of color #737376: hue angle of 240º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737376 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB115115118-
CMYK0.030.0300.54
HSL240º1.29%45.69%-
HSV(B)240º2.54%46.27%-
XYZ16.4717.2119.59-
YUV115.34129.5127.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=33.05%
G=33.05%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151151180.030.0300.542401.2945.69
Hex73737633036f012e
Octal16316316633066360156
Binary11100111110011111011011110110110111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737376; }

 p { color: rgb(115,115,118); }

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

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

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

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

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

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

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