Html Css Color HEX #708789 Gothic

📋 copy color: '#708789'

red 112 ◦ green 135 ◦ blue 137

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

Shades of Gothic #708789

Tints of Gothic #708789

RGB

 RED value IS 112 (44.14% from 255) = 29.17%

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

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

R = 29.17%
G = 35.16%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#708789 (or 0x708789) is known color: Gothic. HEX triplet: 70, 87 and 89. RGB value is (112,135,137). Sum of RGB (Red+Green+Blue) = 112+135+137=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #708789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708789 is #8F7876. Grayscale: #808080. Windows color (decimal): -9402487 or 9013104. OLE color: 9013104.

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

Color convert

RGB 112 135 137 -
CMYK 0.18 0.01 0 0.46
HSL 184.8º 0.1% 0.49% -
HSV(B) 184.8º 0.18% 0.54% -
XYZ 19.86 22.58 26.98 -
YUV 128.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 112 135 137 0.18 0.01 0 0.46 184.8 0.1 0.49
Hex 70 87 89 12 1 0 2E B9 A 31
Octal 160 207 211 22 1 0 56 271 12 61
Binary 1110000 10000111 10001001 10010 1 0 101110 10111001 1010 110001

Color Harmonies of #708789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708789

Black with #708789

Text Example


Text Example

White with #708789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708789; }

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

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

background-color css

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

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

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

border-color css

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

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

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