Html Css Color HEX #748B92 Gothic

📋 copy color: '#748B92'

red 116 ◦ green 139 ◦ blue 146

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

Shades of Gothic #748B92

Tints of Gothic #748B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 28.93%
G = 34.66%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748B92 (or 0x748B92) is known color: Gothic. HEX triplet: 74, 8B and 92. RGB value is (116,139,146). Sum of RGB (Red+Green+Blue) = 116+139+146=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #748B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B92 is #8B746D. Grayscale: #848484. Windows color (decimal): -9139310 or 9603956. OLE color: 9603956.

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

Color convert

RGB 116 139 146 -
CMYK 0.21 0.05 0 0.43
HSL 194º 0.12% 0.51% -
HSV(B) 194º 0.21% 0.57% -
XYZ 21.62 24.25 30.74 -
YUV 132.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 116 139 146 0.21 0.05 0 0.43 194 0.12 0.51
Hex 74 8B 92 15 5 0 2B C2 C 33
Octal 164 213 222 25 5 0 53 302 14 63
Binary 1110100 10001011 10010010 10101 101 0 101011 11000010 1100 110011

Color Harmonies of #748B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B92

Black with #748B92

Text Example


Text Example

White with #748B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,146); }

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

background-color css

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

 a { background-color: rgb(116,139,146); }

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

border-color css

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

 span { border-color: rgb(116,139,146); }

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