Html Css Color HEX #749296 Gothic

📋 copy color: '#749296'

red 116 ◦ green 146 ◦ blue 150

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

Shades of Gothic #749296

Tints of Gothic #749296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 28.16%
G = 35.44%
B = 36.41%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#749296 (or 0x749296) is known color: Gothic. HEX triplet: 74, 92 and 96. RGB value is (116,146,150). Sum of RGB (Red+Green+Blue) = 116+146+150=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #749296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749296 is #8B6D69. Grayscale: #898989. Windows color (decimal): -9137514 or 9867892. OLE color: 9867892.

HSL color Cylindrical-coordinate representation of color #749296: hue angle of 187.06º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749296 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 146 150 -
CMYK 0.23 0.03 0 0.41
HSL 187.06º 0.14% 0.52% -
HSV(B) 187.06º 0.23% 0.59% -
XYZ 22.99 26.47 32.75 -
YUV 137.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 116 146 150 0.23 0.03 0 0.41 187.06 0.14 0.52
Hex 74 92 96 17 3 0 29 BB E 34
Octal 164 222 226 27 3 0 51 273 16 64
Binary 1110100 10010010 10010110 10111 11 0 101001 10111011 1110 110100

Color Harmonies of #749296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749296

Black with #749296

Text Example


Text Example

White with #749296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749296; }

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

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

background-color css

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

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

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

border-color css

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

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

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