Html Css Color HEX #748F93 Gothic

📋 copy color: '#748F93'

red 116 ◦ green 143 ◦ blue 147

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

Shades of Gothic #748F93

Tints of Gothic #748F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

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

R = 28.57%
G = 35.22%
B = 36.21%

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

#748F93 (or 0x748F93) is known color: Gothic. HEX triplet: 74, 8F and 93. RGB value is (116,143,147). Sum of RGB (Red+Green+Blue) = 116+143+147=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #748F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F93 is #8B706C. Grayscale: #878787. Windows color (decimal): -9138285 or 9670516. OLE color: 9670516.

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

Color convert

RGB 116 143 147 -
CMYK 0.21 0.03 0 0.42
HSL 187.74º 0.13% 0.52% -
HSV(B) 187.74º 0.21% 0.58% -
XYZ 22.29 25.46 31.34 -
YUV 135.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 116 143 147 0.21 0.03 0 0.42 187.74 0.13 0.52
Hex 74 8F 93 15 3 0 2A BC D 34
Octal 164 217 223 25 3 0 52 274 15 64
Binary 1110100 10001111 10010011 10101 11 0 101010 10111100 1101 110100

Color Harmonies of #748F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F93

Black with #748F93

Text Example


Text Example

White with #748F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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