Html Css Color HEX #708487 Gothic

📋 copy color: '#708487'

red 112 ◦ green 132 ◦ blue 135

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

Shades of Gothic #708487

Tints of Gothic #708487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 29.55%
G = 34.83%
B = 35.62%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708487 (or 0x708487) is known color: Gothic. HEX triplet: 70, 84 and 87. RGB value is (112,132,135). Sum of RGB (Red+Green+Blue) = 112+132+135=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #708487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708487 is #8F7B78. Grayscale: #7E7E7E. Windows color (decimal): -9403257 or 8881264. OLE color: 8881264.

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

Color convert

RGB 112 132 135 -
CMYK 0.17 0.02 0 0.47
HSL 187.83º 0.09% 0.48% -
HSV(B) 187.83º 0.17% 0.53% -
XYZ 19.31 21.7 26.09 -
YUV 126.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 112 132 135 0.17 0.02 0 0.47 187.83 0.09 0.48
Hex 70 84 87 11 2 0 2F BC 9 30
Octal 160 204 207 21 2 0 57 274 11 60
Binary 1110000 10000100 10000111 10001 10 0 101111 10111100 1001 110000

Color Harmonies of #708487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708487

Black with #708487

Text Example


Text Example

White with #708487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708487; }

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

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

background-color css

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

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

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

border-color css

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

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

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