#767B9D

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

Shades of Ship Cove #767B9D

Tints of Ship Cove #767B9D

Color information

#767B9D (or 0x767B9D) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and 9D. RGB value is (118,123,157). Sum of RGB (Red+Green+Blue) = 118+123+157=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #767B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B9D is #898462. Grayscale: #7D7D7D. Windows color (decimal): -9012323 or 10320758. OLE color: 10320758.

HSL color Cylindrical-coordinate representation of color #767B9D: hue angle of 232.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767B9D is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118123157-
CMYK0.250.2200.38
HSL232.31º16.6%53.92%-
HSV(B)232.31º24.84%61.57%-
XYZ20.6420.4534.76-
YUV125.38145.84122.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=29.65%
G=30.90%
B=39.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181231570.250.2200.38232.3116.653.92
Hex767B9D1916026e81136
Octal16617323531260463502166
Binary1110110111101110011101110011011001001101110100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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