Html Css Color HEX #748A91 Gothic

📋 copy color: '#748A91'

red 116 ◦ green 138 ◦ blue 145

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

Shades of Gothic #748A91

Tints of Gothic #748A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 29.07%
G = 34.59%
B = 36.34%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748A91 (or 0x748A91) is known color: Gothic. HEX triplet: 74, 8A and 91. RGB value is (116,138,145). Sum of RGB (Red+Green+Blue) = 116+138+145=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #748A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A91 is #8B756E. Grayscale: #848484. Windows color (decimal): -9139567 or 9538164. OLE color: 9538164.

HSL color Cylindrical-coordinate representation of color #748A91: hue angle of 194.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748A91 is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 138 145 -
CMYK 0.2 0.05 0 0.43
HSL 194.48º 0.12% 0.51% -
HSV(B) 194.48º 0.2% 0.57% -
XYZ 21.4 23.93 30.28 -
YUV 132.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 116 138 145 0.2 0.05 0 0.43 194.48 0.12 0.51
Hex 74 8A 91 14 5 0 2B C2 C 33
Octal 164 212 221 24 5 0 53 302 14 63
Binary 1110100 10001010 10010001 10100 101 0 101011 11000010 1100 110011

Color Harmonies of #748A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A91

Black with #748A91

Text Example


Text Example

White with #748A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,138,145); }

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

background-color css

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

 a { background-color: rgb(116,138,145); }

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

border-color css

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

 span { border-color: rgb(116,138,145); }

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