#768dae

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

Shades of Ship Cove #768DAE

Tints of Ship Cove #768DAE

Color information

#768DAE (or 0x768DAE) is unknown color: approx Ship Cove. HEX triplet: 76, 8D and AE. RGB value is (118,141,174). Sum of RGB (Red+Green+Blue) = 118+141+174=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #768DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAE is #897251. Grayscale: #898989. Windows color (decimal): -9007698 or 11439478. OLE color: 11439478.

HSL color Cylindrical-coordinate representation of color #768DAE: hue angle of 215.36º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768DAE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118141174-
CMYK0.320.1900.32
HSL215.36º25.69%57.25%-
HSV(B)215.36º32.18%68.24%-
XYZ24.6425.9643.76-
YUV137.88148.38113.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=27.25%
G=32.56%
B=40.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181411740.320.1900.32215.3625.6957.25
Hex768DAE2013020d71a39
Octal16621525640230403273271
Binary111011010001101101011101000001001101000001101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,174); }

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

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

 a { background-color: rgb(118,141,174); }

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

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

 span { border-color: rgb(118,141,174); }

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