#767486

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

Shades of Dolphin #767486

Tints of Dolphin #767486

Color information

#767486 (or 0x767486) is unknown color: approx Dolphin. HEX triplet: 76, 74 and 86. RGB value is (118,116,134). Sum of RGB (Red+Green+Blue) = 118+116+134=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #767486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767486 is #898B79. Grayscale: #767676. Windows color (decimal): -9014138 or 8811638. OLE color: 8811638.

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

Color convert

RGB118116134-
CMYK0.120.1300.47
HSL246.67º7.2%49.02%-
HSV(B)246.67º13.43%52.55%-
XYZ18.0218.0625.09-
YUV118.65136.66127.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=32.07%
G=31.52%
B=36.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181161340.120.1300.47246.677.249.02
Hex767486CD02Ff7731
Octal1661642061415057367761
Binary111011011101001000011011001101010111111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767486; }

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

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

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

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

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

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

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

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