#736F7B

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

Shades of Dolphin #736F7B

Tints of Dolphin #736F7B

Color information

#736F7B (or 0x736F7B) is unknown color: approx Dolphin. HEX triplet: 73, 6F and 7B. RGB value is (115,111,123). Sum of RGB (Red+Green+Blue) = 115+111+123=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 123 - color contains mainly: blue. Hex color #736F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F7B is #8C9084. Grayscale: #717171. Windows color (decimal): -9212037 or 8089459. OLE color: 8089459.

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

Color convert

RGB115111123-
CMYK0.070.1000.52
HSL260º5.13%45.88%-
HSV(B)260º9.76%48.24%-
XYZ16.3316.4421.05-
YUV113.56133.33129.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=32.95%
G=31.81%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151111230.070.1000.522605.1345.88
Hex736F7B7A03410452e
Octal163157173712064404556
Binary11100111101111111101111110100110100100000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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