#767ba8

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

Shades of Ship Cove #767BA8

Tints of Ship Cove #767BA8

Color information

#767BA8 (or 0x767BA8) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and A8. RGB value is (118,123,168). Sum of RGB (Red+Green+Blue) = 118+123+168=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 168 - color contains mainly: blue. Hex color #767BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BA8 is #898457. Grayscale: #7E7E7E. Windows color (decimal): -9012312 or 11041654. OLE color: 11041654.

HSL color Cylindrical-coordinate representation of color #767BA8: hue angle of 234º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767BA8 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB118123168-
CMYK0.300.2700.34
HSL234º22.32%56.08%-
HSV(B)234º29.76%65.88%-
XYZ21.6220.8439.93-
YUV126.64151.34121.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 168 (66.02% from 255) = 41.08%
R=28.85%
G=30.07%
B=41.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181231680.300.2700.3423422.3256.08
Hex767BA81E1B022ea1638
Octal16617325036330423522670
Binary1110110111101110101000111101101101000101110101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767ba8; }

 p { color: rgb(118,123,168); }

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

<style>
 a { background-color: #767ba8; }

 a { background-color: rgb(118,123,168); }

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

<style>
 span { border-color: #767ba8; }

 span { border-color: rgb(118,123,168); }

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