#767FA1

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

Shades of Ship Cove #767FA1

Tints of Ship Cove #767FA1

Color information

#767FA1 (or 0x767FA1) is unknown color: approx Ship Cove. HEX triplet: 76, 7F and A1. RGB value is (118,127,161). Sum of RGB (Red+Green+Blue) = 118+127+161=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 161 - color contains mainly: blue. Hex color #767FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FA1 is #89805E. Grayscale: #808080. Windows color (decimal): -9011295 or 10583926. OLE color: 10583926.

HSL color Cylindrical-coordinate representation of color #767FA1: hue angle of 227.44º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767FA1 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB118127161-
CMYK0.270.2100.37
HSL227.44º18.61%54.71%-
HSV(B)227.44º26.71%63.14%-
XYZ21.4921.636.76-
YUV128.18146.52120.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=29.06%
G=31.28%
B=39.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181271610.270.2100.37227.4418.6154.71
Hex767FA11B15025e31337
Octal16617724133250453432367
Binary1110110111111110100001110111010101001011110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,161); }

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

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

 a { background-color: rgb(118,127,161); }

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

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

 span { border-color: rgb(118,127,161); }

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