#737178

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

Shades of Dolphin #737178

Tints of Dolphin #737178

Color information

#737178 (or 0x737178) is unknown color: approx Dolphin. HEX triplet: 73, 71 and 78. RGB value is (115,113,120). Sum of RGB (Red+Green+Blue) = 115+113+120=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #737178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737178 is #8C8E87. Grayscale: #727272. Windows color (decimal): -9211528 or 7893363. OLE color: 7893363.

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

Color convert

RGB115113120-
CMYK0.040.0600.53
HSL257.14º3%45.69%-
HSV(B)257.14º5.83%47.06%-
XYZ16.3716.8120.15-
YUV114.4131.16128.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=33.05%
G=32.47%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151131200.040.0600.53257.14345.69
Hex7371784603510132e
Octal16316117046065401356
Binary111001111100011111000100110011010110000000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737178; }

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

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

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

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

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

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

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

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