#736F7C

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

Shades of Dolphin #736F7C

Tints of Dolphin #736F7C

Color information

#736F7C (or 0x736F7C) is unknown color: approx Dolphin. HEX triplet: 73, 6F and 7C. RGB value is (115,111,124). Sum of RGB (Red+Green+Blue) = 115+111+124=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #736F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F7C is #8C9083. Grayscale: #717171. Windows color (decimal): -9212036 or 8154995. OLE color: 8154995.

HSL color Cylindrical-coordinate representation of color #736F7C: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736F7C is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB115111124-
CMYK0.070.1000.51
HSL258.46º5.53%46.08%-
HSV(B)258.46º10.48%48.63%-
XYZ16.3916.4721.38-
YUV113.68133.83128.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=32.86%
G=31.71%
B=35.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151111240.070.1000.51258.465.5346.08
Hex736F7C7A03310262e
Octal163157174712063402656
Binary11100111101111111110011110100110011100000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736F7C; }

 p { color: rgb(115,111,124); }

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

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

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

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

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

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

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