#7C8097

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

Shades of Ship Cove #7C8097

Tints of Ship Cove #7C8097

Color information

#7C8097 (or 0x7C8097) is unknown color: approx Ship Cove. HEX triplet: 7C, 80 and 97. RGB value is (124,128,151). Sum of RGB (Red+Green+Blue) = 124+128+151=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C8097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8097 is #837F68. Grayscale: #818181. Windows color (decimal): -8617833 or 9928828. OLE color: 9928828.

HSL color Cylindrical-coordinate representation of color #7C8097: hue angle of 231.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C8097 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB124128151-
CMYK0.180.1500.41
HSL231.11º11.49%53.92%-
HSV(B)231.11º17.88%59.22%-
XYZ21.6221.9632.38-
YUV129.43140.17124.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=30.77%
G=31.76%
B=37.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241281510.180.1500.41231.1111.4953.92
Hex7C809712F029e7b36
Octal17420022722170513471366
Binary111110010000000100101111001011110101001111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,128,151); }

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

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

 a { background-color: rgb(124,128,151); }

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

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

 span { border-color: rgb(124,128,151); }

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