Html Css Color HEX #748C94 Gothic

📋 copy color: '#748C94'

red 116 ◦ green 140 ◦ blue 148

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

Shades of Gothic #748C94

Tints of Gothic #748C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

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

R = 28.71%
G = 34.65%
B = 36.63%

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

#748C94 (or 0x748C94) is known color: Gothic. HEX triplet: 74, 8C and 94. RGB value is (116,140,148). Sum of RGB (Red+Green+Blue) = 116+140+148=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #748C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C94 is #8B736B. Grayscale: #858585. Windows color (decimal): -9139052 or 9735284. OLE color: 9735284.

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

Color convert

RGB 116 140 148 -
CMYK 0.22 0.05 0 0.42
HSL 195º 0.13% 0.52% -
HSV(B) 195º 0.22% 0.58% -
XYZ 21.93 24.61 31.61 -
YUV 133.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 116 140 148 0.22 0.05 0 0.42 195 0.13 0.52
Hex 74 8C 94 16 5 0 2A C3 D 34
Octal 164 214 224 26 5 0 52 303 15 64
Binary 1110100 10001100 10010100 10110 101 0 101010 11000011 1101 110100

Color Harmonies of #748C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C94

Black with #748C94

Text Example


Text Example

White with #748C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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