Html Css Color HEX #729296 Gothic

📋 copy color: '#729296'

red 114 ◦ green 146 ◦ blue 150

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

Shades of Gothic #729296

Tints of Gothic #729296

RGB

 RED value IS 114 (44.92% from 255) = 27.8%

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

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

R = 27.8%
G = 35.61%
B = 36.59%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#729296 (or 0x729296) is known color: Gothic. HEX triplet: 72, 92 and 96. RGB value is (114,146,150). Sum of RGB (Red+Green+Blue) = 114+146+150=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #729296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729296 is #8D6D69. Grayscale: #888888. Windows color (decimal): -9268586 or 9867890. OLE color: 9867890.

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

Color convert

RGB 114 146 150 -
CMYK 0.24 0.03 0 0.41
HSL 186.67º 0.15% 0.52% -
HSV(B) 186.67º 0.24% 0.59% -
XYZ 22.72 26.34 32.74 -
YUV 136.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 114 146 150 0.24 0.03 0 0.41 186.67 0.15 0.52
Hex 72 92 96 18 3 0 29 BB F 34
Octal 162 222 226 30 3 0 51 273 17 64
Binary 1110010 10010010 10010110 11000 11 0 101001 10111011 1111 110100

Color Harmonies of #729296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729296

Black with #729296

Text Example


Text Example

White with #729296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729296; }

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

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

background-color css

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

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

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

border-color css

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

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

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