#767A9C

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

Shades of Ship Cove #767A9C

Tints of Ship Cove #767A9C

Color information

#767A9C (or 0x767A9C) is unknown color: approx Ship Cove. HEX triplet: 76, 7A and 9C. RGB value is (118,122,156). Sum of RGB (Red+Green+Blue) = 118+122+156=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #767A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A9C is #898563. Grayscale: #7C7C7C. Windows color (decimal): -9012580 or 10254966. OLE color: 10254966.

HSL color Cylindrical-coordinate representation of color #767A9C: hue angle of 233.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767A9C is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118122156-
CMYK0.240.2200.39
HSL233.68º16.1%53.73%-
HSV(B)233.68º24.36%61.18%-
XYZ20.4320.1734.27-
YUV124.68145.67123.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=29.80%
G=30.81%
B=39.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181221560.240.2200.39233.6816.153.73
Hex767A9C1816027ea1036
Octal16617223430260473522066
Binary1110110111101010011100110001011001001111110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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