#747082

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

Shades of Dolphin #747082

Tints of Dolphin #747082

Color information

#747082 (or 0x747082) is unknown color: approx Dolphin. HEX triplet: 74, 70 and 82. RGB value is (116,112,130). Sum of RGB (Red+Green+Blue) = 116+112+130=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #747082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747082 is #8B8F7D. Grayscale: #737373. Windows color (decimal): -9146238 or 8548468. OLE color: 8548468.

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

Color convert

RGB116112130-
CMYK0.110.1400.49
HSL253.33º7.44%47.45%-
HSV(B)253.33º13.85%50.98%-
XYZ17.0316.9123.49-
YUV115.25136.33128.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=32.40%
G=31.28%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161121300.110.1400.49253.337.4447.45
Hex747082BE031fd72f
Octal1641602021316061375757
Binary111010011100001000001010111110011000111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747082; }

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

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

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

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

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

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

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

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