#777482

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

Shades of Dolphin #777482

Tints of Dolphin #777482

Color information

#777482 (or 0x777482) is unknown color: approx Dolphin. HEX triplet: 77, 74 and 82. RGB value is (119,116,130). Sum of RGB (Red+Green+Blue) = 119+116+130=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #777482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777482 is #888B7D. Grayscale: #767676. Windows color (decimal): -8948606 or 8549495. OLE color: 8549495.

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

Color convert

RGB119116130-
CMYK0.080.1100.49
HSL252.86º5.69%48.24%-
HSV(B)252.86º10.77%50.98%-
XYZ17.8818.0223.66-
YUV118.49134.49128.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=32.60%
G=31.78%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191161300.080.1100.49252.865.6948.24
Hex7774828B031fd630
Octal1671642021013061375660
Binary111011111101001000001010001011011000111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777482; }

 p { color: rgb(119,116,130); }

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

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

 a { background-color: rgb(119,116,130); }

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

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

 span { border-color: rgb(119,116,130); }

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