Html Css Color HEX #708792 Gothic

📋 copy color: '#708792'

red 112 ◦ green 135 ◦ blue 146

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

Shades of Gothic #708792

Tints of Gothic #708792

RGB

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

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

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

R = 28.5%
G = 34.35%
B = 37.15%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708792 (or 0x708792) is known color: Gothic. HEX triplet: 70, 87 and 92. RGB value is (112,135,146). Sum of RGB (Red+Green+Blue) = 112+135+146=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #708792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708792 is #8F786D. Grayscale: #818181. Windows color (decimal): -9402478 or 9602928. OLE color: 9602928.

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

Color convert

RGB 112 135 146 -
CMYK 0.23 0.08 0 0.43
HSL 199.41º 0.13% 0.51% -
HSV(B) 199.41º 0.23% 0.57% -
XYZ 20.53 22.85 30.52 -
YUV 129.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 112 135 146 0.23 0.08 0 0.43 199.41 0.13 0.51
Hex 70 87 92 17 8 0 2B C7 D 33
Octal 160 207 222 27 10 0 53 307 15 63
Binary 1110000 10000111 10010010 10111 1000 0 101011 11000111 1101 110011

Color Harmonies of #708792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708792

Black with #708792

Text Example


Text Example

White with #708792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708792; }

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

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

background-color css

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

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

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

border-color css

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

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

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