#767BA4

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

Shades of Ship Cove #767BA4

Tints of Ship Cove #767BA4

Color information

#767BA4 (or 0x767BA4) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and A4. RGB value is (118,123,164). Sum of RGB (Red+Green+Blue) = 118+123+164=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #767BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BA4 is #89845B. Grayscale: #7E7E7E. Windows color (decimal): -9012316 or 10779510. OLE color: 10779510.

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

Color convert

RGB118123164-
CMYK0.280.2500.36
HSL233.48º20.18%55.29%-
HSV(B)233.48º28.05%64.31%-
XYZ21.2620.738-
YUV126.18149.34122.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=29.14%
G=30.37%
B=40.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181231640.280.2500.36233.4820.1855.29
Hex767BA41C19024e91437
Octal16617324434310443512467
Binary1110110111101110100100111001100101001001110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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