#747278

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

Shades of Dolphin #747278

Tints of Dolphin #747278

Color information

#747278 (or 0x747278) is unknown color: approx Dolphin. HEX triplet: 74, 72 and 78. RGB value is (116,114,120). Sum of RGB (Red+Green+Blue) = 116+114+120=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 120 - color contains mainly: blue. Hex color #747278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747278 is #8B8D87. Grayscale: #737373. Windows color (decimal): -9145736 or 7893620. OLE color: 7893620.

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

Color convert

RGB116114120-
CMYK0.030.0500.53
HSL260º2.56%45.88%-
HSV(B)260º5%47.06%-
XYZ16.6117.120.2-
YUV115.28130.66128.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=33.14%
G=32.57%
B=34.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161141200.030.0500.532602.5645.88
Hex7472783503510432e
Octal16416217035065404356
Binary11101001110010111100011101011010110000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747278; }

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

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

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

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

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

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

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

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