Html Css Color HEX #769093 Gothic

📋 copy color: '#769093'

red 118 ◦ green 144 ◦ blue 147

#769093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #769093

Tints of Gothic #769093

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 value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#769093 (or 0x769093) is known color: 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

RGB 118 144 147 -
CMYK 0.20 0.02 0 0.42
HSL 186.21º 0.12% 0.52% -
HSV(B) 186.21º 0.2% 0.58% -
XYZ 22.71 25.9 31.41 -
YUV 136.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 118 144 147 0.20 0.02 0 0.42 186.21 0.12 0.52
Hex 76 90 93 14 2 0 2A BA C 34
Octal 166 220 223 24 2 0 52 272 14 64
Binary 1110110 10010000 10010011 10100 10 0 101010 10111010 1100 110100

Color Harmonies of #769093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769093

Black with #769093

Text Example


Text Example

White with #769093

Text Example


Text Example

HTML Codes & Css Web 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>