Html Css Color HEX #748E93 Gothic

📋 copy color: '#748E93'

red 116 ◦ green 142 ◦ blue 147

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

Shades of Gothic #748E93

Tints of Gothic #748E93

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 28.64%
G = 35.06%
B = 36.3%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748E93 (or 0x748E93) is known color: Gothic. HEX triplet: 74, 8E and 93. RGB value is (116,142,147). Sum of RGB (Red+Green+Blue) = 116+142+147=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #748E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E93 is #8B716C. Grayscale: #868686. Windows color (decimal): -9138541 or 9670260. OLE color: 9670260.

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

Color convert

RGB 116 142 147 -
CMYK 0.21 0.03 0 0.42
HSL 189.68º 0.13% 0.52% -
HSV(B) 189.68º 0.21% 0.58% -
XYZ 22.14 25.17 31.29 -
YUV 134.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 116 142 147 0.21 0.03 0 0.42 189.68 0.13 0.52
Hex 74 8E 93 15 3 0 2A BE D 34
Octal 164 216 223 25 3 0 52 276 15 64
Binary 1110100 10001110 10010011 10101 11 0 101010 10111110 1101 110100

Color Harmonies of #748E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E93

Black with #748E93

Text Example


Text Example

White with #748E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,142,147); }

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

background-color css

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

 a { background-color: rgb(116,142,147); }

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

border-color css

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

 span { border-color: rgb(116,142,147); }

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