#76809D

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

Shades of Ship Cove #76809D

Tints of Ship Cove #76809D

Color information

#76809D (or 0x76809D) is unknown color: approx Ship Cove. HEX triplet: 76, 80 and 9D. RGB value is (118,128,157). Sum of RGB (Red+Green+Blue) = 118+128+157=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #76809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76809D is #897F62. Grayscale: #808080. Windows color (decimal): -9011043 or 10322038. OLE color: 10322038.

HSL color Cylindrical-coordinate representation of color #76809D: hue angle of 224.62º 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 #76809D is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118128157-
CMYK0.250.1800.38
HSL224.62º16.6%53.92%-
HSV(B)224.62º24.84%61.57%-
XYZ21.2821.7234.97-
YUV128.32144.19120.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=29.28%
G=31.76%
B=38.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181281570.250.1800.38224.6216.653.92
Hex76809D1912026e11136
Octal16620023531220463412166
Binary11101101000000010011101110011001001001101110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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