#7A7982

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

Shades of Dolphin #7A7982

Tints of Dolphin #7A7982

Color information

#7A7982 (or 0x7A7982) is unknown color: approx Dolphin. HEX triplet: 7A, 79 and 82. RGB value is (122,121,130). Sum of RGB (Red+Green+Blue) = 122+121+130=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7982 is #85867D. Grayscale: #7A7A7A. Windows color (decimal): -8750718 or 8550778. OLE color: 8550778.

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

Color convert

RGB122121130-
CMYK0.060.0700.49
HSL246.67º3.59%49.22%-
HSV(B)246.67º6.92%50.98%-
XYZ18.8919.4223.87-
YUV122.32132.33127.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=32.71%
G=32.44%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1221211300.060.0700.49246.673.5949.22
Hex7A798267031f7431
Octal17217120267061367461
Binary1111010111100110000010110111011000111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7982; }

 p { color: rgb(122,121,130); }

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

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

 a { background-color: rgb(122,121,130); }

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

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

 span { border-color: rgb(122,121,130); }

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