#768BAA

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

Shades of Ship Cove #768BAA

Tints of Ship Cove #768BAA

Color information

#768BAA (or 0x768BAA) is unknown color: approx Ship Cove. HEX triplet: 76, 8B and AA. RGB value is (118,139,170). Sum of RGB (Red+Green+Blue) = 118+139+170=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #768BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAA is #897455. Grayscale: #888888. Windows color (decimal): -9008214 or 11176822. OLE color: 11176822.

HSL color Cylindrical-coordinate representation of color #768BAA: hue angle of 215.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768BAA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118139170-
CMYK0.310.1800.33
HSL215.77º23.42%56.47%-
HSV(B)215.77º30.59%66.67%-
XYZ23.9625.2241.64-
YUV136.26147.04114.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=27.63%
G=32.55%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181391700.310.1800.33215.7723.4256.47
Hex768BAA1F12021d81738
Octal16621325237220413302770
Binary11101101000101110101010111111001001000011101100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768BAA; }

 p { color: rgb(118,139,170); }

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

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

 a { background-color: rgb(118,139,170); }

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

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

 span { border-color: rgb(118,139,170); }

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