#767A9A

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

Shades of Ship Cove #767A9A

Tints of Ship Cove #767A9A

Color information

#767A9A (or 0x767A9A) is unknown color: approx Ship Cove. HEX triplet: 76, 7A and 9A. RGB value is (118,122,154). Sum of RGB (Red+Green+Blue) = 118+122+154=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #767A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A9A is #898565. Grayscale: #7C7C7C. Windows color (decimal): -9012582 or 10123894. OLE color: 10123894.

HSL color Cylindrical-coordinate representation of color #767A9A: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767A9A is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118122154-
CMYK0.230.2100.40
HSL233.33º15.13%53.33%-
HSV(B)233.33º23.38%60.39%-
XYZ20.2620.133.38-
YUV124.45144.67123.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=29.95%
G=30.96%
B=39.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181221540.230.2100.40233.3315.1353.33
Hex767A9A1715028e9f35
Octal16617223227250503511765
Binary111011011110101001101010111101010101000111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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