#769398

Color #769398 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #769398

Tints of Gothic #769398

Color information

#769398 (or 0x769398) is unknown color: approx Gothic. HEX triplet: 76, 93 and 98. RGB value is (118,147,152). Sum of RGB (Red+Green+Blue) = 118+147+152=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #769398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769398 is #896C67. Grayscale: #8A8A8A. Windows color (decimal): -9006184 or 9999222. OLE color: 9999222.

HSL color Cylindrical-coordinate representation of color #769398: hue angle of 188.82º 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 #769398 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118147152-
CMYK0.220.0300.40
HSL188.82º14.17%52.94%-
HSV(B)188.82º22.37%59.61%-
XYZ23.5726.9933.67-
YUV138.9135.39113.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=28.30%
G=35.25%
B=36.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181471520.220.0300.40188.8214.1752.94
Hex769398163028bde35
Octal1662232302630502751665
Binary1110110100100111001100010110110101000101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769398; }

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

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

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

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

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

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

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

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