#747380

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

Shades of Dolphin #747380

Tints of Dolphin #747380

Color information

#747380 (or 0x747380) is unknown color: approx Dolphin. HEX triplet: 74, 73 and 80. RGB value is (116,115,128). Sum of RGB (Red+Green+Blue) = 116+115+128=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 128 - color contains mainly: blue. Hex color #747380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747380 is #8B8C7F. Grayscale: #747474. Windows color (decimal): -9145472 or 8418164. OLE color: 8418164.

HSL color Cylindrical-coordinate representation of color #747380: hue angle of 244.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #747380 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB116115128-
CMYK0.090.1000.50
HSL244.62º5.35%47.65%-
HSV(B)244.62º10.16%50.2%-
XYZ17.2317.5322.9-
YUV116.78134.33127.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=32.31%
G=32.03%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161151280.090.1000.50244.625.3547.65
Hex7473809A032f5530
Octal1641632001112062365560
Binary111010011100111000000010011010011001011110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747380; }

 p { color: rgb(116,115,128); }

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

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

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

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

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

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

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