Html Css Color HEX #729298 Gothic

📋 copy color: '#729298'

red 114 ◦ green 146 ◦ blue 152

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

Shades of Gothic #729298

Tints of Gothic #729298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 27.67%
G = 35.44%
B = 36.89%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#729298 (or 0x729298) is known color: Gothic. HEX triplet: 72, 92 and 98. RGB value is (114,146,152). Sum of RGB (Red+Green+Blue) = 114+146+152=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #729298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729298 is #8D6D67. Grayscale: #898989. Windows color (decimal): -9268584 or 9998962. OLE color: 9998962.

HSL color Cylindrical-coordinate representation of color #729298: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729298 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 146 152 -
CMYK 0.25 0.04 0 0.40
HSL 189.47º 0.16% 0.52% -
HSV(B) 189.47º 0.25% 0.6% -
XYZ 22.89 26.4 33.6 -
YUV 137.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 114 146 152 0.25 0.04 0 0.40 189.47 0.16 0.52
Hex 72 92 98 19 4 0 28 BD 10 34
Octal 162 222 230 31 4 0 50 275 20 64
Binary 1110010 10010010 10011000 11001 100 0 101000 10111101 10000 110100

Color Harmonies of #729298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729298

Black with #729298

Text Example


Text Example

White with #729298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729298; }

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

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

background-color css

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

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

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

border-color css

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

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

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