#767CAD

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

Shades of Ship Cove #767CAD

Tints of Ship Cove #767CAD

Color information

#767CAD (or 0x767CAD) is unknown color: approx Ship Cove. HEX triplet: 76, 7C and AD. RGB value is (118,124,173). Sum of RGB (Red+Green+Blue) = 118+124+173=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #767CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CAD is #898352. Grayscale: #7F7F7F. Windows color (decimal): -9012051 or 11369590. OLE color: 11369590.

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

Color convert

RGB118124173-
CMYK0.320.2800.32
HSL233.45º25.11%57.06%-
HSV(B)233.45º31.79%67.84%-
XYZ22.2221.2842.47-
YUV127.79153.51121.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=28.43%
G=29.88%
B=41.69%

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
Decimal1181241730.320.2800.32233.4525.1157.06
Hex767CAD201C020e91939
Octal16617425540340403513171
Binary11101101111100101011011000001110001000001110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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