Html Css Color HEX #728892 Gothic

📋 copy color: '#728892'

red 114 ◦ green 136 ◦ blue 146

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

Shades of Gothic #728892

Tints of Gothic #728892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 28.79%
G = 34.34%
B = 36.87%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728892 (or 0x728892) is known color: Gothic. HEX triplet: 72, 88 and 92. RGB value is (114,136,146). Sum of RGB (Red+Green+Blue) = 114+136+146=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #728892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728892 is #8D776D. Grayscale: #828282. Windows color (decimal): -9271150 or 9603186. OLE color: 9603186.

HSL color Cylindrical-coordinate representation of color #728892: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728892 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 136 146 -
CMYK 0.22 0.07 0 0.43
HSL 198.75º 0.13% 0.51% -
HSV(B) 198.75º 0.22% 0.57% -
XYZ 20.93 23.26 30.58 -
YUV 130.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 114 136 146 0.22 0.07 0 0.43 198.75 0.13 0.51
Hex 72 88 92 16 7 0 2B C7 D 33
Octal 162 210 222 26 7 0 53 307 15 63
Binary 1110010 10001000 10010010 10110 111 0 101011 11000111 1101 110011

Color Harmonies of #728892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728892

Black with #728892

Text Example


Text Example

White with #728892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728892; }

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

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

background-color css

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

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

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

border-color css

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

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

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