Html Css Color HEX #708488 Gothic

📋 copy color: '#708488'

red 112 ◦ green 132 ◦ blue 136

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

Shades of Gothic #708488

Tints of Gothic #708488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 29.47%
G = 34.74%
B = 35.79%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708488 (or 0x708488) is known color: Gothic. HEX triplet: 70, 84 and 88. RGB value is (112,132,136). Sum of RGB (Red+Green+Blue) = 112+132+136=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: blue. Hex color #708488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708488 is #8F7B77. Grayscale: #7E7E7E. Windows color (decimal): -9403256 or 8946800. OLE color: 8946800.

HSL color Cylindrical-coordinate representation of color #708488: hue angle of 190º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708488 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 132 136 -
CMYK 0.18 0.03 0 0.47
HSL 190º 0.1% 0.49% -
HSV(B) 190º 0.18% 0.53% -
XYZ 19.38 21.72 26.46 -
YUV 126.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 112 132 136 0.18 0.03 0 0.47 190 0.1 0.49
Hex 70 84 88 12 3 0 2F BE A 31
Octal 160 204 210 22 3 0 57 276 12 61
Binary 1110000 10000100 10001000 10010 11 0 101111 10111110 1010 110001

Color Harmonies of #708488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708488

Black with #708488

Text Example


Text Example

White with #708488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708488; }

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

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

background-color css

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

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

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

border-color css

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

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

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