Html Css Color HEX #728789 Gothic

📋 copy color: '#728789'

red 114 ◦ green 135 ◦ blue 137

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

Shades of Gothic #728789

Tints of Gothic #728789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 29.53%
G = 34.97%
B = 35.49%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#728789 (or 0x728789) is known color: Gothic. HEX triplet: 72, 87 and 89. RGB value is (114,135,137). Sum of RGB (Red+Green+Blue) = 114+135+137=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #728789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728789 is #8D7876. Grayscale: #808080. Windows color (decimal): -9271415 or 9013106. OLE color: 9013106.

HSL color Cylindrical-coordinate representation of color #728789: hue angle of 185.22º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728789 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 135 137 -
CMYK 0.17 0.01 0 0.46
HSL 185.22º 0.09% 0.49% -
HSV(B) 185.22º 0.17% 0.54% -
XYZ 20.12 22.71 26.99 -
YUV 128.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 114 135 137 0.17 0.01 0 0.46 185.22 0.09 0.49
Hex 72 87 89 11 1 0 2E B9 9 31
Octal 162 207 211 21 1 0 56 271 11 61
Binary 1110010 10000111 10001001 10001 1 0 101110 10111001 1001 110001

Color Harmonies of #728789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728789

Black with #728789

Text Example


Text Example

White with #728789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728789; }

 p { color: rgb(114,135,137); }

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

background-color css

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

 a { background-color: rgb(114,135,137); }

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

border-color css

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

 span { border-color: rgb(114,135,137); }

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