Html Css Color HEX #708C92 Gothic

📋 copy color: '#708C92'

red 112 ◦ green 140 ◦ blue 146

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

Shades of Gothic #708C92

Tints of Gothic #708C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 28.14%
G = 35.18%
B = 36.68%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708C92 (or 0x708C92) is known color: Gothic. HEX triplet: 70, 8C and 92. RGB value is (112,140,146). Sum of RGB (Red+Green+Blue) = 112+140+146=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #708C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C92 is #8F736D. Grayscale: #848484. Windows color (decimal): -9401198 or 9604208. OLE color: 9604208.

HSL color Cylindrical-coordinate representation of color #708C92: hue angle of 190.59º 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 #708C92 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 140 146 -
CMYK 0.23 0.04 0 0.43
HSL 190.59º 0.13% 0.51% -
HSV(B) 190.59º 0.23% 0.57% -
XYZ 21.25 24.28 30.76 -
YUV 132.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 112 140 146 0.23 0.04 0 0.43 190.59 0.13 0.51
Hex 70 8C 92 17 4 0 2B BF D 33
Octal 160 214 222 27 4 0 53 277 15 63
Binary 1110000 10001100 10010010 10111 100 0 101011 10111111 1101 110011

Color Harmonies of #708C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C92

Black with #708C92

Text Example


Text Example

White with #708C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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