#73737A

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

Shades of Dolphin #73737A

Tints of Dolphin #73737A

Color information

#73737A (or 0x73737A) is unknown color: approx Dolphin. HEX triplet: 73, 73 and 7A. RGB value is (115,115,122). Sum of RGB (Red+Green+Blue) = 115+115+122=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #73737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73737A is #8C8C85. Grayscale: #737373. Windows color (decimal): -9211014 or 8024947. OLE color: 8024947.

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

Color convert

RGB115115122-
CMYK0.060.0600.52
HSL240º2.95%46.47%-
HSV(B)240º5.74%47.84%-
XYZ16.7117.3120.87-
YUV115.8131.5127.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=32.67%
G=32.67%
B=34.66%

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
Decimal1151151220.060.0600.522402.9546.47
Hex73737A66034f032e
Octal16316317266064360356
Binary11100111110011111101011011001101001111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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