#797785

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

Shades of Dolphin #797785

Tints of Dolphin #797785

Color information

#797785 (or 0x797785) is unknown color: approx Dolphin. HEX triplet: 79, 77 and 85. RGB value is (121,119,133). Sum of RGB (Red+Green+Blue) = 121+119+133=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #797785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797785 is #86887A. Grayscale: #797979. Windows color (decimal): -8816763 or 8746873. OLE color: 8746873.

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

Color convert

RGB121119133-
CMYK0.090.1100.48
HSL248.57º5.56%49.41%-
HSV(B)248.57º10.53%52.16%-
XYZ18.7218.9524.86-
YUV121.19134.66127.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=32.44%
G=31.90%
B=35.66%

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
Decimal1211191330.090.1100.48248.575.5649.41
Hex7977859B030f9631
Octal1711672051113060371661
Binary111100111101111000010110011011011000011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797785; }

 p { color: rgb(121,119,133); }

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

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

 a { background-color: rgb(121,119,133); }

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

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

 span { border-color: rgb(121,119,133); }

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