Html Css Color HEX #748F92 Gothic

📋 copy color: '#748F92'

red 116 ◦ green 143 ◦ blue 146

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

Shades of Gothic #748F92

Tints of Gothic #748F92

RGB

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

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

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

R = 28.64%
G = 35.31%
B = 36.05%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748F92 (or 0x748F92) is known color: Gothic. HEX triplet: 74, 8F and 92. RGB value is (116,143,146). Sum of RGB (Red+Green+Blue) = 116+143+146=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #748F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F92 is #8B706D. Grayscale: #878787. Windows color (decimal): -9138286 or 9604980. OLE color: 9604980.

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

Color convert

RGB 116 143 146 -
CMYK 0.21 0.02 0 0.43
HSL 186º 0.12% 0.51% -
HSV(B) 186º 0.21% 0.57% -
XYZ 22.21 25.43 30.93 -
YUV 135.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 116 143 146 0.21 0.02 0 0.43 186 0.12 0.51
Hex 74 8F 92 15 2 0 2B BA C 33
Octal 164 217 222 25 2 0 53 272 14 63
Binary 1110100 10001111 10010010 10101 10 0 101011 10111010 1100 110011

Color Harmonies of #748F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F92

Black with #748F92

Text Example


Text Example

White with #748F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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