Html Css Color HEX #748F97 Gothic

📋 copy color: '#748F97'

red 116 ◦ green 143 ◦ blue 151

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

Shades of Gothic #748F97

Tints of Gothic #748F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 28.29%
G = 34.88%
B = 36.83%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748F97 (or 0x748F97) is known color: Gothic. HEX triplet: 74, 8F and 97. RGB value is (116,143,151). Sum of RGB (Red+Green+Blue) = 116+143+151=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #748F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F97 is #8B7068. Grayscale: #878787. Windows color (decimal): -9138281 or 9932660. OLE color: 9932660.

HSL color Cylindrical-coordinate representation of color #748F97: hue angle of 193.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748F97 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 143 151 -
CMYK 0.23 0.05 0 0.41
HSL 193.71º 0.14% 0.52% -
HSV(B) 193.71º 0.23% 0.59% -
XYZ 22.61 25.59 33.03 -
YUV 135.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 116 143 151 0.23 0.05 0 0.41 193.71 0.14 0.52
Hex 74 8F 97 17 5 0 29 C2 E 34
Octal 164 217 227 27 5 0 51 302 16 64
Binary 1110100 10001111 10010111 10111 101 0 101001 11000010 1110 110100

Color Harmonies of #748F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F97

Black with #748F97

Text Example


Text Example

White with #748F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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