#71789C

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

Shades of Ship Cove #71789C

Tints of Ship Cove #71789C

Color information

#71789C (or 0x71789C) is unknown color: approx Ship Cove. HEX triplet: 71, 78 and 9C. RGB value is (113,120,156). Sum of RGB (Red+Green+Blue) = 113+120+156=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #71789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71789C is #8E8763. Grayscale: #797979. Windows color (decimal): -9340772 or 10254449. OLE color: 10254449.

HSL color Cylindrical-coordinate representation of color #71789C: hue angle of 230.23º 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 #71789C is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113120156-
CMYK0.280.2300.39
HSL230.23º17.84%52.75%-
HSV(B)230.23º27.56%61.18%-
XYZ19.5319.3434.16-
YUV122.01147.18121.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=29.05%
G=30.85%
B=40.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131201560.280.2300.39230.2317.8452.75
Hex71789C1C17027e61235
Octal16117023434270473462265
Binary1110001111100010011100111001011101001111110011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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