#71789A

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

Shades of Ship Cove #71789A

Tints of Ship Cove #71789A

Color information

#71789A (or 0x71789A) is unknown color: approx Ship Cove. HEX triplet: 71, 78 and 9A. RGB value is (113,120,154). Sum of RGB (Red+Green+Blue) = 113+120+154=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #71789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71789A is #8E8765. Grayscale: #797979. Windows color (decimal): -9340774 or 10123377. OLE color: 10123377.

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

Color convert

RGB113120154-
CMYK0.270.2200.40
HSL229.76º16.87%52.35%-
HSV(B)229.76º26.62%60.39%-
XYZ19.3619.2833.27-
YUV121.78146.18121.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=29.20%
G=31.01%
B=39.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131201540.270.2200.40229.7616.8752.35
Hex71789A1B16028e61134
Octal16117023233260503462164
Binary1110001111100010011010110111011001010001110011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,120,154); }

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

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

 a { background-color: rgb(113,120,154); }

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

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

 span { border-color: rgb(113,120,154); }

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