#767BA2

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

Shades of Ship Cove #767BA2

Tints of Ship Cove #767BA2

Color information

#767BA2 (or 0x767BA2) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and A2. RGB value is (118,123,162). Sum of RGB (Red+Green+Blue) = 118+123+162=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #767BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BA2 is #89845D. Grayscale: #7D7D7D. Windows color (decimal): -9012318 or 10648438. OLE color: 10648438.

HSL color Cylindrical-coordinate representation of color #767BA2: hue angle of 233.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767BA2 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118123162-
CMYK0.270.2400.36
HSL233.18º19.13%54.9%-
HSV(B)233.18º27.16%63.53%-
XYZ21.0820.6337.05-
YUV125.95148.34122.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=29.28%
G=30.52%
B=40.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181231620.270.2400.36233.1819.1354.9
Hex767BA21B18024e91337
Octal16617324233300443512367
Binary1110110111101110100010110111100001001001110100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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