#767D9B

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

Shades of Ship Cove #767D9B

Tints of Ship Cove #767D9B

Color information

#767D9B (or 0x767D9B) is unknown color: approx Ship Cove. HEX triplet: 76, 7D and 9B. RGB value is (118,125,155). Sum of RGB (Red+Green+Blue) = 118+125+155=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #767D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D9B is #898264. Grayscale: #7E7E7E. Windows color (decimal): -9011813 or 10190198. OLE color: 10190198.

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

Color convert

RGB118125155-
CMYK0.240.1900.39
HSL228.65º15.61%53.53%-
HSV(B)228.65º23.87%60.78%-
XYZ20.7220.8933.95-
YUV126.33144.18122.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=29.65%
G=31.41%
B=38.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181251550.240.1900.39228.6515.6153.53
Hex767D9B1813027e51036
Octal16617523330230473452066
Binary1110110111110110011011110001001101001111110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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