#797886

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

Shades of Dolphin #797886

Tints of Dolphin #797886

Color information

#797886 (or 0x797886) is unknown color: approx Dolphin. HEX triplet: 79, 78 and 86. RGB value is (121,120,134). Sum of RGB (Red+Green+Blue) = 121+120+134=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 134 - color contains mainly: blue. Hex color #797886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797886 is #868779. Grayscale: #797979. Windows color (decimal): -8816506 or 8812665. OLE color: 8812665.

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

Color convert

RGB121120134-
CMYK0.100.1000.47
HSL244.29º5.51%49.8%-
HSV(B)244.29º10.45%52.55%-
XYZ18.919.2225.27-
YUV121.9134.83127.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=32.27%
G=32%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211201340.100.1000.47244.295.5149.8
Hex797886AA02Ff4632
Octal1711702061212057364662
Binary111100111110001000011010101010010111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797886; }

 p { color: rgb(121,120,134); }

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

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

 a { background-color: rgb(121,120,134); }

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

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

 span { border-color: rgb(121,120,134); }

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