#769298

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

Shades of Gothic #769298

Tints of Gothic #769298

Color information

#769298 (or 0x769298) is unknown color: approx Gothic. HEX triplet: 76, 92 and 98. RGB value is (118,146,152). Sum of RGB (Red+Green+Blue) = 118+146+152=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #769298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769298 is #896D67. Grayscale: #8A8A8A. Windows color (decimal): -9006440 or 9998966. OLE color: 9998966.

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

Color convert

RGB118146152-
CMYK0.220.0400.40
HSL190.59º14.17%52.94%-
HSV(B)190.59º22.37%59.61%-
XYZ23.4226.6833.62-
YUV138.31135.72113.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=28.37%
G=35.10%
B=36.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181461520.220.0400.40190.5914.1752.94
Hex769298164028bfe35
Octal1662222302640502771665
Binary11101101001001010011000101101000101000101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769298; }

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

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

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

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

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

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

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

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