#767386

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

Shades of Dolphin #767386

Tints of Dolphin #767386

Color information

#767386 (or 0x767386) is unknown color: approx Dolphin. HEX triplet: 76, 73 and 86. RGB value is (118,115,134). Sum of RGB (Red+Green+Blue) = 118+115+134=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #767386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767386 is #898C79. Grayscale: #757575. Windows color (decimal): -9014394 or 8811382. OLE color: 8811382.

HSL color Cylindrical-coordinate representation of color #767386: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767386 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118115134-
CMYK0.120.1400.47
HSL249.47º7.63%48.82%-
HSV(B)249.47º14.18%52.55%-
XYZ17.9117.8325.05-
YUV118.06136.99127.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=32.15%
G=31.34%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181151340.120.1400.47249.477.6348.82
Hex767386CE02Ff9831
Octal16616320614160573711061
Binary1110110111001110000110110011100101111111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767386; }

 p { color: rgb(118,115,134); }

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

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

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

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

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

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

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