#767B9B

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

Shades of Ship Cove #767B9B

Tints of Ship Cove #767B9B

Color information

#767B9B (or 0x767B9B) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and 9B. RGB value is (118,123,155). Sum of RGB (Red+Green+Blue) = 118+123+155=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #767B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B9B is #898464. Grayscale: #7D7D7D. Windows color (decimal): -9012325 or 10189686. OLE color: 10189686.

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

Color convert

RGB118123155-
CMYK0.240.2100.39
HSL231.89º15.61%53.53%-
HSV(B)231.89º23.87%60.78%-
XYZ20.4720.3833.87-
YUV125.15144.84122.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=29.80%
G=31.06%
B=39.14%

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
Decimal1181231550.240.2100.39231.8915.6153.53
Hex767B9B1815027e81036
Octal16617323330250473502066
Binary1110110111101110011011110001010101001111110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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