Html Css Color HEX #708A92 Gothic

📋 copy color: '#708A92'

red 112 ◦ green 138 ◦ blue 146

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

Shades of Gothic #708A92

Tints of Gothic #708A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

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

R = 28.28%
G = 34.85%
B = 36.87%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708A92 (or 0x708A92) is known color: Gothic. HEX triplet: 70, 8A and 92. RGB value is (112,138,146). Sum of RGB (Red+Green+Blue) = 112+138+146=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #708A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A92 is #8F756D. Grayscale: #838383. Windows color (decimal): -9401710 or 9603696. OLE color: 9603696.

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

Color convert

RGB 112 138 146 -
CMYK 0.23 0.05 0 0.43
HSL 194.12º 0.13% 0.51% -
HSV(B) 194.12º 0.23% 0.57% -
XYZ 20.96 23.7 30.66 -
YUV 131.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 112 138 146 0.23 0.05 0 0.43 194.12 0.13 0.51
Hex 70 8A 92 17 5 0 2B C2 D 33
Octal 160 212 222 27 5 0 53 302 15 63
Binary 1110000 10001010 10010010 10111 101 0 101011 11000010 1101 110011

Color Harmonies of #708A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A92

Black with #708A92

Text Example


Text Example

White with #708A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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