#767BAA

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

Shades of Ship Cove #767BAA

Tints of Ship Cove #767BAA

Color information

#767BAA (or 0x767BAA) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and AA. RGB value is (118,123,170). Sum of RGB (Red+Green+Blue) = 118+123+170=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #767BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BAA is #898455. Grayscale: #7E7E7E. Windows color (decimal): -9012310 or 11172726. OLE color: 11172726.

HSL color Cylindrical-coordinate representation of color #767BAA: hue angle of 234.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767BAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118123170-
CMYK0.310.2800.33
HSL234.23º23.42%56.47%-
HSV(B)234.23º30.59%66.67%-
XYZ21.8120.9240.92-
YUV126.86152.34121.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=28.71%
G=29.93%
B=41.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181231700.310.2800.33234.2323.4256.47
Hex767BAA1F1C021ea1738
Octal16617325237340413522770
Binary1110110111101110101010111111110001000011110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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