Html Css Color HEX #748D94 Gothic

📋 copy color: '#748D94'

red 116 ◦ green 141 ◦ blue 148

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

Shades of Gothic #748D94

Tints of Gothic #748D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

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

R = 28.64%
G = 34.81%
B = 36.54%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748D94 (or 0x748D94) is known color: Gothic. HEX triplet: 74, 8D and 94. RGB value is (116,141,148). Sum of RGB (Red+Green+Blue) = 116+141+148=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #748D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D94 is #8B726B. Grayscale: #868686. Windows color (decimal): -9138796 or 9735540. OLE color: 9735540.

HSL color Cylindrical-coordinate representation of color #748D94: hue angle of 193.12º 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 #748D94 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 141 148 -
CMYK 0.22 0.05 0 0.42
HSL 193.13º 0.13% 0.52% -
HSV(B) 193.13º 0.22% 0.58% -
XYZ 22.07 24.9 31.66 -
YUV 134.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 116 141 148 0.22 0.05 0 0.42 193.13 0.13 0.52
Hex 74 8D 94 16 5 0 2A C1 D 34
Octal 164 215 224 26 5 0 52 301 15 64
Binary 1110100 10001101 10010100 10110 101 0 101010 11000001 1101 110100

Color Harmonies of #748D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D94

Black with #748D94

Text Example


Text Example

White with #748D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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