Html Css Color HEX #759194 Gothic

📋 copy color: '#759194'

red 117 ◦ green 145 ◦ blue 148

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

Shades of Gothic #759194

Tints of Gothic #759194

RGB

 RED value IS 117 (46.09% from 255) = 28.54%

 GREEN value IS 145 (57.03% from 255) = 35.37%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 28.54%
G = 35.37%
B = 36.1%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#759194 (or 0x759194) is known color: Gothic. HEX triplet: 75, 91 and 94. RGB value is (117,145,148). Sum of RGB (Red+Green+Blue) = 117+145+148=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: blue. Hex color #759194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759194 is #8A6E6B. Grayscale: #888888. Windows color (decimal): -9072236 or 9736565. OLE color: 9736565.

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

Color convert

RGB 117 145 148 -
CMYK 0.21 0.02 0 0.42
HSL 185.81º 0.13% 0.52% -
HSV(B) 185.81º 0.21% 0.58% -
XYZ 22.81 26.17 31.87 -
YUV 136.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 117 145 148 0.21 0.02 0 0.42 185.81 0.13 0.52
Hex 75 91 94 15 2 0 2A BA D 34
Octal 165 221 224 25 2 0 52 272 15 64
Binary 1110101 10010001 10010100 10101 10 0 101010 10111010 1101 110100

Color Harmonies of #759194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759194

Black with #759194

Text Example


Text Example

White with #759194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759194; }

 p { color: rgb(117,145,148); }

 H1.HeaderClassName
 {
   color: #759194;
 }
 .AnyTagClassName
 {
   color: #759194;
 }
</style>

background-color css

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

 a { background-color: rgb(117,145,148); }

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

border-color css

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

 span { border-color: rgb(117,145,148); }

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