#767EA1

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

Shades of Ship Cove #767EA1

Tints of Ship Cove #767EA1

Color information

#767EA1 (or 0x767EA1) is unknown color: approx Ship Cove. HEX triplet: 76, 7E and A1. RGB value is (118,126,161). Sum of RGB (Red+Green+Blue) = 118+126+161=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 161 - color contains mainly: blue. Hex color #767EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767EA1 is #89815E. Grayscale: #7F7F7F. Windows color (decimal): -9011551 or 10583670. OLE color: 10583670.

HSL color Cylindrical-coordinate representation of color #767EA1: hue angle of 228.84º 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 #767EA1 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB118126161-
CMYK0.270.2200.37
HSL228.84º18.61%54.71%-
HSV(B)228.84º26.71%63.14%-
XYZ21.3721.3536.71-
YUV127.6146.85121.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=29.14%
G=31.11%
B=39.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181261610.270.2200.37228.8418.6154.71
Hex767EA11B16025e51337
Octal16617624133260453452367
Binary1110110111111010100001110111011001001011110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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