#767999

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

Shades of Ship Cove #767999

Tints of Ship Cove #767999

Color information

#767999 (or 0x767999) is unknown color: approx Ship Cove. HEX triplet: 76, 79 and 99. RGB value is (118,121,153). Sum of RGB (Red+Green+Blue) = 118+121+153=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #767999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767999 is #898666. Grayscale: #7B7B7B. Windows color (decimal): -9012839 or 10058102. OLE color: 10058102.

HSL color Cylindrical-coordinate representation of color #767999: hue angle of 234.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767999 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB118121153-
CMYK0.230.2100.4
HSL234.86º14.64%53.14%-
HSV(B)234.86º22.88%60%-
XYZ20.0619.8332.91-
YUV123.75144.51123.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=30.10%
G=30.87%
B=39.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181211530.230.2100.4234.8614.6453.14
Hex7679991715028ebf35
Octal16617123127250503531765
Binary111011011110011001100110111101010101000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767999; }

 p { color: rgb(118,121,153); }

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

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

 a { background-color: rgb(118,121,153); }

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

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

 span { border-color: rgb(118,121,153); }

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