Html Css Color HEX #708A95 Gothic

📋 copy color: '#708A95'

red 112 ◦ green 138 ◦ blue 149

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

Shades of Gothic #708A95

Tints of Gothic #708A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 28.07%
G = 34.59%
B = 37.34%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708A95 (or 0x708A95) is known color: Gothic. HEX triplet: 70, 8A and 95. RGB value is (112,138,149). Sum of RGB (Red+Green+Blue) = 112+138+149=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #708A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A95 is #8F756A. Grayscale: #838383. Windows color (decimal): -9401707 or 9800304. OLE color: 9800304.

HSL color Cylindrical-coordinate representation of color #708A95: hue angle of 197.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708A95 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 138 149 -
CMYK 0.25 0.07 0 0.42
HSL 197.84º 0.15% 0.51% -
HSV(B) 197.84º 0.25% 0.58% -
XYZ 21.2 23.79 31.91 -
YUV 131.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 112 138 149 0.25 0.07 0 0.42 197.84 0.15 0.51
Hex 70 8A 95 19 7 0 2A C6 F 33
Octal 160 212 225 31 7 0 52 306 17 63
Binary 1110000 10001010 10010101 11001 111 0 101010 11000110 1111 110011

Color Harmonies of #708A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A95

Black with #708A95

Text Example


Text Example

White with #708A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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