#77819E

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

Shades of Ship Cove #77819E

Tints of Ship Cove #77819E

Color information

#77819E (or 0x77819E) is unknown color: approx Ship Cove. HEX triplet: 77, 81 and 9E. RGB value is (119,129,158). Sum of RGB (Red+Green+Blue) = 119+129+158=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #77819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77819E is #887E61. Grayscale: #818181. Windows color (decimal): -8945250 or 10387831. OLE color: 10387831.

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

Color convert

RGB119129158-
CMYK0.250.1800.38
HSL224.62º16.74%54.31%-
HSV(B)224.62º24.68%61.96%-
XYZ21.6322.0935.47-
YUV129.32144.19120.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=29.31%
G=31.77%
B=38.92%

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
Decimal1191291580.250.1800.38224.6216.7454.31
Hex77819E1912026e11136
Octal16720123631220463412166
Binary11101111000000110011110110011001001001101110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,129,158); }

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

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

 a { background-color: rgb(119,129,158); }

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

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

 span { border-color: rgb(119,129,158); }

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