Html Css Color HEX #749094 Gothic

📋 copy color: '#749094'

red 116 ◦ green 144 ◦ blue 148

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

Shades of Gothic #749094

Tints of Gothic #749094

RGB

 RED value IS 116 (45.7% from 255) = 28.43%

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 28.43%
G = 35.29%
B = 36.27%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#749094 (or 0x749094) is known color: Gothic. HEX triplet: 74, 90 and 94. RGB value is (116,144,148). Sum of RGB (Red+Green+Blue) = 116+144+148=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #749094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749094 is #8B6F6B. Grayscale: #888888. Windows color (decimal): -9138028 or 9736308. OLE color: 9736308.

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

Color convert

RGB 116 144 148 -
CMYK 0.22 0.03 0 0.42
HSL 187.5º 0.13% 0.52% -
HSV(B) 187.5º 0.22% 0.58% -
XYZ 22.52 25.8 31.81 -
YUV 136.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 116 144 148 0.22 0.03 0 0.42 187.5 0.13 0.52
Hex 74 90 94 16 3 0 2A BC D 34
Octal 164 220 224 26 3 0 52 274 15 64
Binary 1110100 10010000 10010100 10110 11 0 101010 10111100 1101 110100

Color Harmonies of #749094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749094

Black with #749094

Text Example


Text Example

White with #749094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749094; }

 p { color: rgb(116,144,148); }

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

background-color css

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

 a { background-color: rgb(116,144,148); }

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

border-color css

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

 span { border-color: rgb(116,144,148); }

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