#767389

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

Shades of Dolphin #767389

Tints of Dolphin #767389

Color information

#767389 (or 0x767389) is unknown color: approx Dolphin. HEX triplet: 76, 73 and 89. RGB value is (118,115,137). Sum of RGB (Red+Green+Blue) = 118+115+137=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #767389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767389 is #898C76. Grayscale: #767676. Windows color (decimal): -9014391 or 9007990. OLE color: 9007990.

HSL color Cylindrical-coordinate representation of color #767389: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767389 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118115137-
CMYK0.140.1600.46
HSL248.18º8.73%49.41%-
HSV(B)248.18º16.06%53.73%-
XYZ18.1217.9226.17-
YUV118.4138.49127.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=31.89%
G=31.08%
B=37.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181151370.140.1600.46248.188.7349.41
Hex767389E1002Ef8931
Octal16616321116200563701161
Binary11101101110011100010011110100000101110111110001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767389; }

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

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

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

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

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

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

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

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