#787685

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

Shades of Dolphin #787685

Tints of Dolphin #787685

Color information

#787685 (or 0x787685) is unknown color: approx Dolphin. HEX triplet: 78, 76 and 85. RGB value is (120,118,133). Sum of RGB (Red+Green+Blue) = 120+118+133=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #787685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787685 is #87897A. Grayscale: #787878. Windows color (decimal): -8882555 or 8746616. OLE color: 8746616.

HSL color Cylindrical-coordinate representation of color #787685: hue angle of 248º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #787685 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120118133-
CMYK0.100.1100.48
HSL248º5.98%49.22%-
HSV(B)248º11.28%52.16%-
XYZ18.4618.6424.82-
YUV120.31135.16127.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=32.35%
G=31.81%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201181330.100.1100.482485.9849.22
Hex787685AB030f8631
Octal1701662051213060370661
Binary111100011101101000010110101011011000011111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787685; }

 p { color: rgb(120,118,133); }

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

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

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

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

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

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

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