#77809A

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

Shades of Ship Cove #77809A

Tints of Ship Cove #77809A

Color information

#77809A (or 0x77809A) is unknown color: approx Ship Cove. HEX triplet: 77, 80 and 9A. RGB value is (119,128,154). Sum of RGB (Red+Green+Blue) = 119+128+154=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #77809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77809A is #887F65. Grayscale: #808080. Windows color (decimal): -8945510 or 10125431. OLE color: 10125431.

HSL color Cylindrical-coordinate representation of color #77809A: hue angle of 224.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77809A is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119128154-
CMYK0.230.1700.40
HSL224.57º14.77%53.53%-
HSV(B)224.57º22.73%60.39%-
XYZ21.1621.6933.64-
YUV128.27142.52121.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=29.68%
G=31.92%
B=38.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191281540.230.1700.40224.5714.7753.53
Hex77809A1711028e1f36
Octal16720023227210503411766
Binary1110111100000001001101010111100010101000111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,128,154); }

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

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

 a { background-color: rgb(119,128,154); }

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

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

 span { border-color: rgb(119,128,154); }

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