#71779C

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

Shades of Ship Cove #71779C

Tints of Ship Cove #71779C

Color information

#71779C (or 0x71779C) is unknown color: approx Ship Cove. HEX triplet: 71, 77 and 9C. RGB value is (113,119,156). Sum of RGB (Red+Green+Blue) = 113+119+156=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #71779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71779C is #8E8863. Grayscale: #797979. Windows color (decimal): -9341028 or 10254193. OLE color: 10254193.

HSL color Cylindrical-coordinate representation of color #71779C: hue angle of 231.63º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71779C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113119156-
CMYK0.280.2400.39
HSL231.63º17.84%52.75%-
HSV(B)231.63º27.56%61.18%-
XYZ19.4119.134.12-
YUV121.42147.51121.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=29.12%
G=30.67%
B=40.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131191560.280.2400.39231.6317.8452.75
Hex71779C1C18027e81235
Octal16116723434300473502265
Binary1110001111011110011100111001100001001111110100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71779C; }

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

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

<style>
 a { background-color: #71779C; }

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

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

<style>
 span { border-color: #71779C; }

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

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