#768BAB

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

Shades of Ship Cove #768BAB

Tints of Ship Cove #768BAB

Color information

#768BAB (or 0x768BAB) is unknown color: approx Ship Cove. HEX triplet: 76, 8B and AB. RGB value is (118,139,171). Sum of RGB (Red+Green+Blue) = 118+139+171=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #768BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAB is #897454. Grayscale: #888888. Windows color (decimal): -9008213 or 11242358. OLE color: 11242358.

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

Color convert

RGB118139171-
CMYK0.310.1900.33
HSL216.23º23.98%56.67%-
HSV(B)216.23º30.99%67.06%-
XYZ24.0525.2642.14-
YUV136.37147.54114.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=27.57%
G=32.48%
B=39.95%

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
Decimal1181391710.310.1900.33216.2323.9856.67
Hex768BAB1F13021d81839
Octal16621325337230413303071
Binary11101101000101110101011111111001101000011101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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