Html Css Color HEX #748D91 Gothic

📋 copy color: '#748D91'

red 116 ◦ green 141 ◦ blue 145

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

Shades of Gothic #748D91

Tints of Gothic #748D91

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 28.86%
G = 35.07%
B = 36.07%

CMYK

 C value IS 0.2

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748D91 (or 0x748D91) is known color: Gothic. HEX triplet: 74, 8D and 91. RGB value is (116,141,145). Sum of RGB (Red+Green+Blue) = 116+141+145=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #748D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D91 is #8B726E. Grayscale: #858585. Windows color (decimal): -9138799 or 9538932. OLE color: 9538932.

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

Color convert

RGB 116 141 145 -
CMYK 0.2 0.03 0 0.43
HSL 188.28º 0.12% 0.51% -
HSV(B) 188.28º 0.2% 0.57% -
XYZ 21.84 24.81 30.43 -
YUV 133.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 116 141 145 0.2 0.03 0 0.43 188.28 0.12 0.51
Hex 74 8D 91 14 3 0 2B BC C 33
Octal 164 215 221 24 3 0 53 274 14 63
Binary 1110100 10001101 10010001 10100 11 0 101011 10111100 1100 110011

Color Harmonies of #748D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D91

Black with #748D91

Text Example


Text Example

White with #748D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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