#76738A

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

Shades of Dolphin #76738A

Tints of Dolphin #76738A

Color information

#76738A (or 0x76738A) is unknown color: approx Dolphin. HEX triplet: 76, 73 and 8A. RGB value is (118,115,138). Sum of RGB (Red+Green+Blue) = 118+115+138=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #76738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76738A is #898C75. Grayscale: #767676. Windows color (decimal): -9014390 or 9073526. OLE color: 9073526.

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

Color convert

RGB118115138-
CMYK0.140.1700.46
HSL247.83º9.09%49.61%-
HSV(B)247.83º16.67%54.12%-
XYZ18.1917.9526.55-
YUV118.52138.99127.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=31.81%
G=31.00%
B=37.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181151380.140.1700.46247.839.0949.61
Hex76738AE1102Ef8932
Octal16616321216210563701162
Binary11101101110011100010101110100010101110111110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76738A; }

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

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

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

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

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

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

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

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