#768AAA

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

Shades of Ship Cove #768AAA

Tints of Ship Cove #768AAA

Color information

#768AAA (or 0x768AAA) is unknown color: approx Ship Cove. HEX triplet: 76, 8A and AA. RGB value is (118,138,170). Sum of RGB (Red+Green+Blue) = 118+138+170=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #768AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAA is #897555. Grayscale: #878787. Windows color (decimal): -9008470 or 11176566. OLE color: 11176566.

HSL color Cylindrical-coordinate representation of color #768AAA: hue angle of 216.92º 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 #768AAA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118138170-
CMYK0.310.1900.33
HSL216.92º23.42%56.47%-
HSV(B)216.92º30.59%66.67%-
XYZ23.8224.9341.59-
YUV135.67147.37115.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=27.70%
G=32.39%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181381700.310.1900.33216.9223.4256.47
Hex768AAA1F13021d91738
Octal16621225237230413312770
Binary11101101000101010101010111111001101000011101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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