#777C9C

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

Shades of Ship Cove #777C9C

Tints of Ship Cove #777C9C

Color information

#777C9C (or 0x777C9C) is unknown color: approx Ship Cove. HEX triplet: 77, 7C and 9C. RGB value is (119,124,156). Sum of RGB (Red+Green+Blue) = 119+124+156=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #777C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C9C is #888363. Grayscale: #7E7E7E. Windows color (decimal): -8946532 or 10255479. OLE color: 10255479.

HSL color Cylindrical-coordinate representation of color #777C9C: hue angle of 231.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777C9C is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119124156-
CMYK0.240.2100.39
HSL231.89º15.74%53.92%-
HSV(B)231.89º23.72%61.18%-
XYZ20.8220.7434.36-
YUV126.15144.84122.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=29.82%
G=31.08%
B=39.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191241560.240.2100.39231.8915.7453.92
Hex777C9C1815027e81036
Octal16717423430250473502066
Binary1110111111110010011100110001010101001111110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777C9C; }

 p { color: rgb(119,124,156); }

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

<style>
 a { background-color: #777C9C; }

 a { background-color: rgb(119,124,156); }

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

<style>
 span { border-color: #777C9C; }

 span { border-color: rgb(119,124,156); }

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