#747376

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

Shades of Dolphin #747376

Tints of Dolphin #747376

Color information

#747376 (or 0x747376) is unknown color: approx Dolphin. HEX triplet: 74, 73 and 76. RGB value is (116,115,118). Sum of RGB (Red+Green+Blue) = 116+115+118=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 118 - color contains mainly: blue. Hex color #747376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747376 is #8B8C89. Grayscale: #737373. Windows color (decimal): -9145482 or 7762804. OLE color: 7762804.

HSL color Cylindrical-coordinate representation of color #747376: hue angle of 260º 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 #747376 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116115118-
CMYK0.020.0300.54
HSL260º1.29%45.69%-
HSV(B)260º2.54%46.27%-
XYZ16.617.2819.6-
YUV115.64129.33128.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=33.24%
G=32.95%
B=33.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161151180.020.0300.542601.2945.69
Hex7473762303610412e
Octal16416316623066404156
Binary111010011100111110110101101101101000001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747376; }

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

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

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

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

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

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

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

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