#76829C

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

Shades of Ship Cove #76829C

Tints of Ship Cove #76829C

Color information

#76829C (or 0x76829C) is unknown color: approx Ship Cove. HEX triplet: 76, 82 and 9C. RGB value is (118,130,156). Sum of RGB (Red+Green+Blue) = 118+130+156=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #76829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76829C is #897D63. Grayscale: #818181. Windows color (decimal): -9010532 or 10257014. OLE color: 10257014.

HSL color Cylindrical-coordinate representation of color #76829C: hue angle of 221.05º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76829C is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118130156-
CMYK0.240.1700.39
HSL221.05º16.1%53.73%-
HSV(B)221.05º24.36%61.18%-
XYZ21.4522.2234.61-
YUV129.38143.02119.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=29.21%
G=32.18%
B=38.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181301560.240.1700.39221.0516.153.73
Hex76829C1811027dd1036
Octal16620223430210473352066
Binary11101101000001010011100110001000101001111101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,130,156); }

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

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

 a { background-color: rgb(118,130,156); }

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

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

 span { border-color: rgb(118,130,156); }

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