#768CAA

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

Shades of Ship Cove #768CAA

Tints of Ship Cove #768CAA

Color information

#768CAA (or 0x768CAA) is unknown color: approx Ship Cove. HEX triplet: 76, 8C and AA. RGB value is (118,140,170). Sum of RGB (Red+Green+Blue) = 118+140+170=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #768CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CAA is #897355. Grayscale: #888888. Windows color (decimal): -9007958 or 11177078. OLE color: 11177078.

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

Color convert

RGB118140170-
CMYK0.310.1800.33
HSL214.62º23.42%56.47%-
HSV(B)214.62º30.59%66.67%-
XYZ24.125.5141.68-
YUV136.84146.71114.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=27.57%
G=32.71%
B=39.72%

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
Decimal1181401700.310.1800.33214.6223.4256.47
Hex768CAA1F12021d71738
Octal16621425237220413272770
Binary11101101000110010101010111111001001000011101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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