Html Css Color HEX #708386 Gothic

📋 copy color: '#708386'

red 112 ◦ green 131 ◦ blue 134

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

Shades of Gothic #708386

Tints of Gothic #708386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 29.71%
G = 34.75%
B = 35.54%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708386 (or 0x708386) is known color: Gothic. HEX triplet: 70, 83 and 86. RGB value is (112,131,134). Sum of RGB (Red+Green+Blue) = 112+131+134=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #708386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708386 is #8F7C79. Grayscale: #7D7D7D. Windows color (decimal): -9403514 or 8815472. OLE color: 8815472.

HSL color Cylindrical-coordinate representation of color #708386: hue angle of 188.18º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708386 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 131 134 -
CMYK 0.16 0.02 0 0.47
HSL 188.18º 0.09% 0.48% -
HSV(B) 188.18º 0.16% 0.53% -
XYZ 19.1 21.4 25.68 -
YUV 125.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 112 131 134 0.16 0.02 0 0.47 188.18 0.09 0.48
Hex 70 83 86 10 2 0 2F BC 9 30
Octal 160 203 206 20 2 0 57 274 11 60
Binary 1110000 10000011 10000110 10000 10 0 101111 10111100 1001 110000

Color Harmonies of #708386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708386

Black with #708386

Text Example


Text Example

White with #708386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708386; }

 p { color: rgb(112,131,134); }

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

background-color css

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

 a { background-color: rgb(112,131,134); }

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

border-color css

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

 span { border-color: rgb(112,131,134); }

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