#7C879F

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

Shades of Ship Cove #7C879F

Tints of Ship Cove #7C879F

Color information

#7C879F (or 0x7C879F) is unknown color: approx Ship Cove. HEX triplet: 7C, 87 and 9F. RGB value is (124,135,159). Sum of RGB (Red+Green+Blue) = 124+135+159=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C879F is #837860. Grayscale: #868686. Windows color (decimal): -8616033 or 10454908. OLE color: 10454908.

HSL color Cylindrical-coordinate representation of color #7C879F: hue angle of 221.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C879F is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124135159-
CMYK0.220.1500.38
HSL221.14º15.42%55.49%-
HSV(B)221.14º22.01%62.35%-
XYZ23.2324.1236.23-
YUV134.45141.86120.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.67%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=29.67%
G=32.30%
B=38.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241351590.220.1500.38221.1415.4255.49
Hex7C879F16F026ddf37
Octal17420723726170463351767
Binary111110010000111100111111011011110100110110111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C879F; }

 p { color: rgb(124,135,159); }

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

<style>
 a { background-color: #7C879F; }

 a { background-color: rgb(124,135,159); }

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

<style>
 span { border-color: #7C879F; }

 span { border-color: rgb(124,135,159); }

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