#7C91AC

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

Shades of Ship Cove #7C91AC

Tints of Ship Cove #7C91AC

Color information

#7C91AC (or 0x7C91AC) is unknown color: approx Ship Cove. HEX triplet: 7C, 91 and AC. RGB value is (124,145,172). Sum of RGB (Red+Green+Blue) = 124+145+172=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C91AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C91AC is #836E53. Grayscale: #8D8D8D. Windows color (decimal): -8613460 or 11309436. OLE color: 11309436.

HSL color Cylindrical-coordinate representation of color #7C91AC: hue angle of 213.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C91AC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124145172-
CMYK0.280.1600.33
HSL213.75º22.43%58.04%-
HSV(B)213.75º27.91%67.45%-
XYZ25.8827.5142.98-
YUV141.8145.04115.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=28.12%
G=32.88%
B=39.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241451720.280.1600.33213.7522.4358.04
Hex7C91AC1C10021d6163a
Octal17422125434200413262672
Binary11111001001000110101100111001000001000011101011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,172); }

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

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

 a { background-color: rgb(124,145,172); }

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

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

 span { border-color: rgb(124,145,172); }

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