Html Css Color HEX #708892 Gothic

📋 copy color: '#708892'

red 112 ◦ green 136 ◦ blue 146

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

Shades of Gothic #708892

Tints of Gothic #708892

RGB

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

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

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

R = 28.43%
G = 34.52%
B = 37.06%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708892 (or 0x708892) is known color: Gothic. HEX triplet: 70, 88 and 92. RGB value is (112,136,146). Sum of RGB (Red+Green+Blue) = 112+136+146=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #708892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708892 is #8F776D. Grayscale: #818181. Windows color (decimal): -9402222 or 9603184. OLE color: 9603184.

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

Color convert

RGB 112 136 146 -
CMYK 0.23 0.07 0 0.43
HSL 197.65º 0.13% 0.51% -
HSV(B) 197.65º 0.23% 0.57% -
XYZ 20.67 23.13 30.57 -
YUV 129.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 112 136 146 0.23 0.07 0 0.43 197.65 0.13 0.51
Hex 70 88 92 17 7 0 2B C6 D 33
Octal 160 210 222 27 7 0 53 306 15 63
Binary 1110000 10001000 10010010 10111 111 0 101011 11000110 1101 110011

Color Harmonies of #708892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708892

Black with #708892

Text Example


Text Example

White with #708892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708892; }

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

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

background-color css

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

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

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

border-color css

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

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

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