Html Css Color HEX #728B92 Gothic

📋 copy color: '#728B92'

red 114 ◦ green 139 ◦ blue 146

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

Shades of Gothic #728B92

Tints of Gothic #728B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

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

R = 28.57%
G = 34.84%
B = 36.59%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728B92 (or 0x728B92) is known color: Gothic. HEX triplet: 72, 8B and 92. RGB value is (114,139,146). Sum of RGB (Red+Green+Blue) = 114+139+146=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #728B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B92 is #8D746D. Grayscale: #848484. Windows color (decimal): -9270382 or 9603954. OLE color: 9603954.

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

Color convert

RGB 114 139 146 -
CMYK 0.22 0.05 0 0.43
HSL 193.13º 0.13% 0.51% -
HSV(B) 193.13º 0.22% 0.57% -
XYZ 21.36 24.12 30.72 -
YUV 132.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 114 139 146 0.22 0.05 0 0.43 193.13 0.13 0.51
Hex 72 8B 92 16 5 0 2B C1 D 33
Octal 162 213 222 26 5 0 53 301 15 63
Binary 1110010 10001011 10010010 10110 101 0 101011 11000001 1101 110011

Color Harmonies of #728B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B92

Black with #728B92

Text Example


Text Example

White with #728B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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