#767FAA

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

Shades of Ship Cove #767FAA

Tints of Ship Cove #767FAA

Color information

#767FAA (or 0x767FAA) is unknown color: approx Ship Cove. HEX triplet: 76, 7F and AA. RGB value is (118,127,170). Sum of RGB (Red+Green+Blue) = 118+127+170=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #767FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FAA is #898055. Grayscale: #818181. Windows color (decimal): -9011286 or 11173750. OLE color: 11173750.

HSL color Cylindrical-coordinate representation of color #767FAA: hue angle of 229.62º 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 #767FAA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118127170-
CMYK0.310.2500.33
HSL229.62º23.42%56.47%-
HSV(B)229.62º30.59%66.67%-
XYZ22.3221.9341.09-
YUV129.21151.02120-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=28.43%
G=30.60%
B=40.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181271700.310.2500.33229.6223.4256.47
Hex767FAA1F19021e61738
Octal16617725237310413462770
Binary1110110111111110101010111111100101000011110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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