#767D9E

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

Shades of Ship Cove #767D9E

Tints of Ship Cove #767D9E

Color information

#767D9E (or 0x767D9E) is unknown color: approx Ship Cove. HEX triplet: 76, 7D and 9E. RGB value is (118,125,158). Sum of RGB (Red+Green+Blue) = 118+125+158=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #767D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D9E is #898261. Grayscale: #7E7E7E. Windows color (decimal): -9011810 or 10386806. OLE color: 10386806.

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

Color convert

RGB118125158-
CMYK0.250.2100.38
HSL229.5º17.09%54.12%-
HSV(B)229.5º25.32%61.96%-
XYZ20.9820.9935.29-
YUV126.67145.68121.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=29.43%
G=31.17%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181251580.250.2100.38229.517.0954.12
Hex767D9E1915026e61136
Octal16617523631250463462166
Binary1110110111110110011110110011010101001101110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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