#77799E

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

Shades of Ship Cove #77799E

Tints of Ship Cove #77799E

Color information

#77799E (or 0x77799E) is unknown color: approx Ship Cove. HEX triplet: 77, 79 and 9E. RGB value is (119,121,158). Sum of RGB (Red+Green+Blue) = 119+121+158=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #77799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77799E is #888661. Grayscale: #7C7C7C. Windows color (decimal): -8947298 or 10385783. OLE color: 10385783.

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

Color convert

RGB119121158-
CMYK0.250.2300.38
HSL236.92º16.74%54.31%-
HSV(B)236.92º24.68%61.96%-
XYZ20.6220.0735.13-
YUV124.62146.84123.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=29.90%
G=30.40%
B=39.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191211580.250.2300.38236.9216.7454.31
Hex77799E1917026ed1136
Octal16717123631270463552166
Binary1110111111100110011110110011011101001101110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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