#767D9D

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

Shades of Ship Cove #767D9D

Tints of Ship Cove #767D9D

Color information

#767D9D (or 0x767D9D) is unknown color: approx Ship Cove. HEX triplet: 76, 7D and 9D. RGB value is (118,125,157). Sum of RGB (Red+Green+Blue) = 118+125+157=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #767D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D9D is #898262. Grayscale: #7E7E7E. Windows color (decimal): -9011811 or 10321270. OLE color: 10321270.

HSL color Cylindrical-coordinate representation of color #767D9D: hue angle of 229.23º 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 #767D9D is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118125157-
CMYK0.250.2000.38
HSL229.23º16.6%53.92%-
HSV(B)229.23º24.84%61.57%-
XYZ20.8920.9534.84-
YUV126.56145.18121.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=29.5%
G=31.25%
B=39.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181251570.250.2000.38229.2316.653.92
Hex767D9D1914026e51136
Octal16617523531240463452166
Binary1110110111110110011101110011010001001101110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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