#767EAE

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

Shades of Ship Cove #767EAE

Tints of Ship Cove #767EAE

Color information

#767EAE (or 0x767EAE) is unknown color: approx Ship Cove. HEX triplet: 76, 7E and AE. RGB value is (118,126,174). Sum of RGB (Red+Green+Blue) = 118+126+174=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #767EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767EAE is #898151. Grayscale: #808080. Windows color (decimal): -9011538 or 11435638. OLE color: 11435638.

HSL color Cylindrical-coordinate representation of color #767EAE: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767EAE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118126174-
CMYK0.320.2800.32
HSL231.43º25.69%57.25%-
HSV(B)231.43º32.18%68.24%-
XYZ22.5721.8343.07-
YUV129.08153.35120.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=28.23%
G=30.14%
B=41.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181261740.320.2800.32231.4325.6957.25
Hex767EAE201C020e71a39
Octal16617625640340403473271
Binary11101101111110101011101000001110001000001110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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