Html Css Color HEX #748B94 Gothic

📋 copy color: '#748B94'

red 116 ◦ green 139 ◦ blue 148

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

Shades of Gothic #748B94

Tints of Gothic #748B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

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

R = 28.78%
G = 34.49%
B = 36.72%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748B94 (or 0x748B94) is known color: Gothic. HEX triplet: 74, 8B and 94. RGB value is (116,139,148). Sum of RGB (Red+Green+Blue) = 116+139+148=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #748B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B94 is #8B746B. Grayscale: #858585. Windows color (decimal): -9139308 or 9735028. OLE color: 9735028.

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

Color convert

RGB 116 139 148 -
CMYK 0.22 0.06 0 0.42
HSL 196.88º 0.13% 0.52% -
HSV(B) 196.88º 0.22% 0.58% -
XYZ 21.78 24.32 31.56 -
YUV 133.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 116 139 148 0.22 0.06 0 0.42 196.88 0.13 0.52
Hex 74 8B 94 16 6 0 2A C5 D 34
Octal 164 213 224 26 6 0 52 305 15 64
Binary 1110100 10001011 10010100 10110 110 0 101010 11000101 1101 110100

Color Harmonies of #748B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B94

Black with #748B94

Text Example


Text Example

White with #748B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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