#767AA4

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

Shades of Ship Cove #767AA4

Tints of Ship Cove #767AA4

Color information

#767AA4 (or 0x767AA4) is unknown color: approx Ship Cove. HEX triplet: 76, 7A and A4. RGB value is (118,122,164). Sum of RGB (Red+Green+Blue) = 118+122+164=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #767AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AA4 is #89855B. Grayscale: #7D7D7D. Windows color (decimal): -9012572 or 10779254. OLE color: 10779254.

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

Color convert

RGB118122164-
CMYK0.280.2600.36
HSL234.78º20.18%55.29%-
HSV(B)234.78º28.05%64.31%-
XYZ21.1320.4537.96-
YUV125.59149.67122.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=29.21%
G=30.20%
B=40.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181221640.280.2600.36234.7820.1855.29
Hex767AA41C1A024eb1437
Octal16617224434320443532467
Binary1110110111101010100100111001101001001001110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,164); }

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

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

 a { background-color: rgb(118,122,164); }

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

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

 span { border-color: rgb(118,122,164); }

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