#767A9B

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

Shades of Ship Cove #767A9B

Tints of Ship Cove #767A9B

Color information

#767A9B (or 0x767A9B) is unknown color: approx Ship Cove. HEX triplet: 76, 7A and 9B. RGB value is (118,122,155). Sum of RGB (Red+Green+Blue) = 118+122+155=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #767A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A9B is #898564. Grayscale: #7C7C7C. Windows color (decimal): -9012581 or 10189430. OLE color: 10189430.

HSL color Cylindrical-coordinate representation of color #767A9B: hue angle of 233.51º 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 #767A9B is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118122155-
CMYK0.240.2100.39
HSL233.51º15.61%53.53%-
HSV(B)233.51º23.87%60.78%-
XYZ20.3520.1433.82-
YUV124.57145.17123.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=29.87%
G=30.89%
B=39.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181221550.240.2100.39233.5115.6153.53
Hex767A9B1815027ea1036
Octal16617223330250473522066
Binary1110110111101010011011110001010101001111110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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