#747476

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

Shades of Dolphin #747476

Tints of Dolphin #747476

Color information

#747476 (or 0x747476) is unknown color: approx Dolphin. HEX triplet: 74, 74 and 76. RGB value is (116,116,118). Sum of RGB (Red+Green+Blue) = 116+116+118=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 118 - color contains mainly: blue. Hex color #747476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747476 is #8B8B89. Grayscale: #747474. Windows color (decimal): -9145226 or 7763060. OLE color: 7763060.

HSL color Cylindrical-coordinate representation of color #747476: hue angle of 240º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747476 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116116118-
CMYK0.020.0200.54
HSL240º0.85%45.88%-
HSV(B)240º1.69%46.27%-
XYZ16.7217.5119.64-
YUV116.23129127.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=33.14%
G=33.14%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161161180.020.0200.542400.8545.88
Hex74747622036f012e
Octal16416416622066360156
Binary11101001110100111011010100110110111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747476; }

 p { color: rgb(116,116,118); }

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

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

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

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

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

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

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