#787684

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

Shades of Dolphin #787684

Tints of Dolphin #787684

Color information

#787684 (or 0x787684) is unknown color: approx Dolphin. HEX triplet: 78, 76 and 84. RGB value is (120,118,132). Sum of RGB (Red+Green+Blue) = 120+118+132=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #787684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787684 is #87897B. Grayscale: #787878. Windows color (decimal): -8882556 or 8681080. OLE color: 8681080.

HSL color Cylindrical-coordinate representation of color #787684: hue angle of 248.57º 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 #787684 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120118132-
CMYK0.090.1100.48
HSL248.57º5.6%49.02%-
HSV(B)248.57º10.61%51.76%-
XYZ18.3918.6224.45-
YUV120.19134.66127.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=32.43%
G=31.89%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201181320.090.1100.48248.575.649.02
Hex7876849B030f9631
Octal1701662041113060371661
Binary111100011101101000010010011011011000011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787684; }

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

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

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

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

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

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

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

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