#747378

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

Shades of Dolphin #747378

Tints of Dolphin #747378

Color information

#747378 (or 0x747378) is unknown color: approx Dolphin. HEX triplet: 74, 73 and 78. RGB value is (116,115,120). Sum of RGB (Red+Green+Blue) = 116+115+120=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 120 - color contains mainly: blue. Hex color #747378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747378 is #8B8C87. Grayscale: #737373. Windows color (decimal): -9145480 or 7893876. OLE color: 7893876.

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

Color convert

RGB116115120-
CMYK0.030.0400.53
HSL252º2.13%46.08%-
HSV(B)252º4.17%47.06%-
XYZ16.7217.3320.23-
YUV115.87130.33128.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=33.05%
G=32.76%
B=34.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161151200.030.0400.532522.1346.08
Hex74737834035fc22e
Octal16416317034065374256
Binary1110100111001111110001110001101011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747378; }

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

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

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

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

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

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

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

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