#767BA9

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

Shades of Ship Cove #767BA9

Tints of Ship Cove #767BA9

Color information

#767BA9 (or 0x767BA9) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and A9. RGB value is (118,123,169). Sum of RGB (Red+Green+Blue) = 118+123+169=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #767BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BA9 is #898456. Grayscale: #7E7E7E. Windows color (decimal): -9012311 or 11107190. OLE color: 11107190.

HSL color Cylindrical-coordinate representation of color #767BA9: hue angle of 234.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767BA9 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB118123169-
CMYK0.300.2700.34
HSL234.12º22.87%56.27%-
HSV(B)234.12º30.18%66.27%-
XYZ21.7220.8840.42-
YUV126.75151.84121.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=28.78%
G=30%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181231690.300.2700.34234.1222.8756.27
Hex767BA91E1B022ea1738
Octal16617325136330423522770
Binary1110110111101110101001111101101101000101110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767BA9; }

 p { color: rgb(118,123,169); }

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

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

 a { background-color: rgb(118,123,169); }

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

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

 span { border-color: rgb(118,123,169); }

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