#767B98

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

Shades of Ship Cove #767B98

Tints of Ship Cove #767B98

Color information

#767B98 (or 0x767B98) is unknown color: approx Ship Cove. HEX triplet: 76, 7B and 98. RGB value is (118,123,152). Sum of RGB (Red+Green+Blue) = 118+123+152=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #767B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B98 is #898467. Grayscale: #7C7C7C. Windows color (decimal): -9012328 or 9993078. OLE color: 9993078.

HSL color Cylindrical-coordinate representation of color #767B98: hue angle of 231.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767B98 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118123152-
CMYK0.220.1900.40
HSL231.18º14.17%52.94%-
HSV(B)231.18º22.37%59.61%-
XYZ20.2220.2832.56-
YUV124.81143.34123.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=30.03%
G=31.30%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181231520.220.1900.40231.1814.1752.94
Hex767B981613028e7e35
Octal16617323026230503471665
Binary111011011110111001100010110100110101000111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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