Html Css Color HEX #728F92 Gothic

📋 copy color: '#728F92'

red 114 ◦ green 143 ◦ blue 146

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

Shades of Gothic #728F92

Tints of Gothic #728F92

RGB

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

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

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

R = 28.29%
G = 35.48%
B = 36.23%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728F92 (or 0x728F92) is known color: Gothic. HEX triplet: 72, 8F and 92. RGB value is (114,143,146). Sum of RGB (Red+Green+Blue) = 114+143+146=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #728F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F92 is #8D706D. Grayscale: #868686. Windows color (decimal): -9269358 or 9604978. OLE color: 9604978.

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

Color convert

RGB 114 143 146 -
CMYK 0.22 0.02 0 0.43
HSL 185.63º 0.13% 0.51% -
HSV(B) 185.63º 0.22% 0.57% -
XYZ 21.95 25.3 30.92 -
YUV 134.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 114 143 146 0.22 0.02 0 0.43 185.63 0.13 0.51
Hex 72 8F 92 16 2 0 2B BA D 33
Octal 162 217 222 26 2 0 53 272 15 63
Binary 1110010 10001111 10010010 10110 10 0 101011 10111010 1101 110011

Color Harmonies of #728F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728F92

Black with #728F92

Text Example


Text Example

White with #728F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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