Html Css Color HEX #748D95 Gothic

📋 copy color: '#748D95'

red 116 ◦ green 141 ◦ blue 149

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

Shades of Gothic #748D95

Tints of Gothic #748D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 28.57%
G = 34.73%
B = 36.7%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748D95 (or 0x748D95) is known color: Gothic. HEX triplet: 74, 8D and 95. RGB value is (116,141,149). Sum of RGB (Red+Green+Blue) = 116+141+149=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #748D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D95 is #8B726A. Grayscale: #868686. Windows color (decimal): -9138795 or 9801076. OLE color: 9801076.

HSL color Cylindrical-coordinate representation of color #748D95: hue angle of 194.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748D95 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 141 149 -
CMYK 0.22 0.05 0 0.42
HSL 194.55º 0.13% 0.52% -
HSV(B) 194.55º 0.22% 0.58% -
XYZ 22.15 24.93 32.08 -
YUV 134.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 116 141 149 0.22 0.05 0 0.42 194.55 0.13 0.52
Hex 74 8D 95 16 5 0 2A C3 D 34
Octal 164 215 225 26 5 0 52 303 15 64
Binary 1110100 10001101 10010101 10110 101 0 101010 11000011 1101 110100

Color Harmonies of #748D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D95

Black with #748D95

Text Example


Text Example

White with #748D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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