#737277

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

Shades of Dolphin #737277

Tints of Dolphin #737277

Color information

#737277 (or 0x737277) is unknown color: approx Dolphin. HEX triplet: 73, 72 and 77. RGB value is (115,114,119). Sum of RGB (Red+Green+Blue) = 115+114+119=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 119 - color contains mainly: blue. Hex color #737277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737277 is #8C8D88. Grayscale: #727272. Windows color (decimal): -9211273 or 7828083. OLE color: 7828083.

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

Color convert

RGB115114119-
CMYK0.030.0400.53
HSL252º2.15%45.69%-
HSV(B)252º4.2%46.67%-
XYZ16.4217.0119.87-
YUV114.87130.33128.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=33.05%
G=32.76%
B=34.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151141190.030.0400.532522.1545.69
Hex73727734035fc22e
Octal16316216734065374256
Binary1110011111001011101111110001101011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737277; }

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

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

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

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

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

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

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

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