#767B9C

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

Shades of Ship Cove #767B9C

Tints of Ship Cove #767B9C

Color information

#767B9C (or 0x767B9C) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and 9C. RGB value is (118,123,156). Sum of RGB (Red+Green+Blue) = 118+123+156=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #767B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B9C is #898463. Grayscale: #7D7D7D. Windows color (decimal): -9012324 or 10255222. OLE color: 10255222.

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

Color convert

RGB118123156-
CMYK0.240.2100.39
HSL232.11º16.1%53.73%-
HSV(B)232.11º24.36%61.18%-
XYZ20.5520.4234.31-
YUV125.27145.34122.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=29.72%
G=30.98%
B=39.29%

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
Decimal1181231560.240.2100.39232.1116.153.73
Hex767B9C1815027e81036
Octal16617323430250473502066
Binary1110110111101110011100110001010101001111110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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