#737275

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

Shades of Dolphin #737275

Tints of Dolphin #737275

Color information

#737275 (or 0x737275) is unknown color: approx Dolphin. HEX triplet: 73, 72 and 75. RGB value is (115,114,117). Sum of RGB (Red+Green+Blue) = 115+114+117=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: blue. Hex color #737275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737275 is #8C8D8A. Grayscale: #727272. Windows color (decimal): -9211275 or 7697011. OLE color: 7697011.

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

Color convert

RGB115114117-
CMYK0.020.0300.54
HSL260º1.3%45.29%-
HSV(B)260º2.56%45.88%-
XYZ16.316.9619.24-
YUV114.64129.33128.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=33.24%
G=32.95%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151141170.020.0300.542601.345.29
Hex7372752303610412d
Octal16316216523066404155
Binary111001111100101110101101101101101000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737275; }

 p { color: rgb(115,114,117); }

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

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

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

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

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

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

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