#74747B

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

Shades of Dolphin #74747B

Tints of Dolphin #74747B

Color information

#74747B (or 0x74747B) is unknown color: approx Dolphin. HEX triplet: 74, 74 and 7B. RGB value is (116,116,123). Sum of RGB (Red+Green+Blue) = 116+116+123=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #74747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74747B is #8B8B84. Grayscale: #747474. Windows color (decimal): -9145221 or 8090740. OLE color: 8090740.

HSL color Cylindrical-coordinate representation of color #74747B: hue angle of 240º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74747B is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB116116123-
CMYK0.060.0600.52
HSL240º2.93%46.86%-
HSV(B)240º5.69%48.24%-
XYZ17.0217.6321.25-
YUV116.8131.5127.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=32.68%
G=32.68%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161161230.060.0600.522402.9346.86
Hex74747B66034f032f
Octal16416417366064360357
Binary11101001110100111101111011001101001111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74747B; }

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

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

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

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

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

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

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

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