#76809E

Color #76809E Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #76809E

Tints of Ship Cove #76809E

Color information

#76809E (or 0x76809E) is unknown color: approx Ship Cove. HEX triplet: 76, 80 and 9E. RGB value is (118,128,158). Sum of RGB (Red+Green+Blue) = 118+128+158=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #76809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76809E is #897F61. Grayscale: #808080. Windows color (decimal): -9011042 or 10387574. OLE color: 10387574.

HSL color Cylindrical-coordinate representation of color #76809E: hue angle of 225º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76809E is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118128158-
CMYK0.250.1900.38
HSL225º17.09%54.12%-
HSV(B)225º25.32%61.96%-
XYZ21.3621.7635.42-
YUV128.43144.69120.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=29.21%
G=31.68%
B=39.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181281580.250.1900.3822517.0954.12
Hex76809E1913026e11136
Octal16620023631230463412166
Binary11101101000000010011110110011001101001101110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76809E; }

 p { color: rgb(118,128,158); }

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

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

 a { background-color: rgb(118,128,158); }

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

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

 span { border-color: rgb(118,128,158); }

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