#747475

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

Shades of Dolphin #747475

Tints of Dolphin #747475

Color information

#747475 (or 0x747475) is unknown color: approx Dolphin. HEX triplet: 74, 74 and 75. RGB value is (116,116,117). Sum of RGB (Red+Green+Blue) = 116+116+117=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 117 - color contains mainly: blue. Hex color #747475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747475 is #8B8B8A. Grayscale: #747474. Windows color (decimal): -9145227 or 7697524. OLE color: 7697524.

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

Color convert

RGB116116117-
CMYK0.010.0100.54
HSL240º0.43%45.69%-
HSV(B)240º0.85%45.88%-
XYZ16.6617.4919.33-
YUV116.11128.5127.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=33.24%
G=33.24%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161161170.010.0100.542400.4345.69
Hex74747511036f002e
Octal16416416511066360056
Binary111010011101001110101110110110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747475; }

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

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

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

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

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

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

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

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