#747181

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

Shades of Dolphin #747181

Tints of Dolphin #747181

Color information

#747181 (or 0x747181) is unknown color: approx Dolphin. HEX triplet: 74, 71 and 81. RGB value is (116,113,129). Sum of RGB (Red+Green+Blue) = 116+113+129=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #747181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747181 is #8B8E7E. Grayscale: #737373. Windows color (decimal): -9145983 or 8483188. OLE color: 8483188.

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

Color convert

RGB116113129-
CMYK0.100.1200.49
HSL251.25º6.61%47.45%-
HSV(B)251.25º12.4%50.59%-
XYZ17.0717.1123.17-
YUV115.72135.49128.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=32.40%
G=31.56%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161131290.100.1200.49251.256.6147.45
Hex747181AC031fb72f
Octal1641612011214061373757
Binary111010011100011000000110101100011000111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747181; }

 p { color: rgb(116,113,129); }

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

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

 a { background-color: rgb(116,113,129); }

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

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

 span { border-color: rgb(116,113,129); }

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