#769093

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

Shades of Gothic #769093

Tints of Gothic #769093

Color information

#769093 (or 0x769093) is unknown color: approx Gothic. HEX triplet: 76, 90 and 93. RGB value is (118,144,147). Sum of RGB (Red+Green+Blue) = 118+144+147=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #769093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769093 is #896F6C. Grayscale: #888888. Windows color (decimal): -9006957 or 9670774. OLE color: 9670774.

HSL color Cylindrical-coordinate representation of color #769093: hue angle of 186.21º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769093 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118144147-
CMYK0.200.0200.42
HSL186.21º11.84%51.96%-
HSV(B)186.21º19.73%57.65%-
XYZ22.7125.931.41-
YUV136.57133.89114.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=28.85%
G=35.21%
B=35.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181441470.200.0200.42186.2111.8451.96
Hex76909314202Abac34
Octal1662202232420522721464
Binary1110110100100001001001110100100101010101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769093; }

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

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

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

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

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

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

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

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