#73737E

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

Shades of Dolphin #73737E

Tints of Dolphin #73737E

Color information

#73737E (or 0x73737E) is unknown color: approx Dolphin. HEX triplet: 73, 73 and 7E. RGB value is (115,115,126). Sum of RGB (Red+Green+Blue) = 115+115+126=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #73737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73737E is #8C8C81. Grayscale: #747474. Windows color (decimal): -9211010 or 8287091. OLE color: 8287091.

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

Color convert

RGB115115126-
CMYK0.090.0900.51
HSL240º4.56%47.25%-
HSV(B)240º8.73%49.41%-
XYZ16.9717.4122.21-
YUV116.25133.5127.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=32.30%
G=32.30%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151151260.090.0900.512404.5647.25
Hex73737E99033f052f
Octal1631631761111063360557
Binary11100111110011111111010011001011001111110000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73737E; }

 p { color: rgb(115,115,126); }

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

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

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

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

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

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

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