#767FAD

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

Shades of Ship Cove #767FAD

Tints of Ship Cove #767FAD

Color information

#767FAD (or 0x767FAD) is unknown color: approx Ship Cove. HEX triplet: 76, 7F and AD. RGB value is (118,127,173). Sum of RGB (Red+Green+Blue) = 118+127+173=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #767FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FAD is #898052. Grayscale: #818181. Windows color (decimal): -9011283 or 11370358. OLE color: 11370358.

HSL color Cylindrical-coordinate representation of color #767FAD: hue angle of 230.18º degrees, saturation: 0.25, 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 #767FAD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118127173-
CMYK0.320.2700.32
HSL230.18º25.11%57.06%-
HSV(B)230.18º31.79%67.84%-
XYZ22.622.0542.6-
YUV129.55152.52119.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=28.23%
G=30.38%
B=41.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181271730.320.2700.32230.1825.1157.06
Hex767FAD201B020e61939
Octal16617725540330403463171
Binary11101101111111101011011000001101101000001110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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