#797885

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

Shades of Dolphin #797885

Tints of Dolphin #797885

Color information

#797885 (or 0x797885) is unknown color: approx Dolphin. HEX triplet: 79, 78 and 85. RGB value is (121,120,133). Sum of RGB (Red+Green+Blue) = 121+120+133=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #797885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797885 is #86877A. Grayscale: #797979. Windows color (decimal): -8816507 or 8747129. OLE color: 8747129.

HSL color Cylindrical-coordinate representation of color #797885: hue angle of 244.62º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #797885 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121120133-
CMYK0.090.1000.48
HSL244.62º5.14%49.61%-
HSV(B)244.62º9.77%52.16%-
XYZ18.8419.1924.9-
YUV121.78134.33127.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=32.35%
G=32.09%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211201330.090.1000.48244.625.1449.61
Hex7978859A030f5532
Octal1711702051112060365562
Binary111100111110001000010110011010011000011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797885; }

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

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

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

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

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

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

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

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