Html Css Color HEX #708A8C Gothic

📋 copy color: '#708A8C'

red 112 ◦ green 138 ◦ blue 140

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

Shades of Gothic #708A8C

Tints of Gothic #708A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 28.72%
G = 35.38%
B = 35.9%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#708A8C (or 0x708A8C) is known color: Gothic. HEX triplet: 70, 8A and 8C. RGB value is (112,138,140). Sum of RGB (Red+Green+Blue) = 112+138+140=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #708A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A8C is #8F7573. Grayscale: #828282. Windows color (decimal): -9401716 or 9210480. OLE color: 9210480.

HSL color Cylindrical-coordinate representation of color #708A8C: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708A8C is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 138 140 -
CMYK 0.20 0.01 0 0.45
HSL 184.29º 0.11% 0.49% -
HSV(B) 184.29º 0.2% 0.55% -
XYZ 20.5 23.52 28.27 -
YUV 130.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 112 138 140 0.20 0.01 0 0.45 184.29 0.11 0.49
Hex 70 8A 8C 14 1 0 2D B8 B 31
Octal 160 212 214 24 1 0 55 270 13 61
Binary 1110000 10001010 10001100 10100 1 0 101101 10111000 1011 110001

Color Harmonies of #708A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A8C

Black with #708A8C

Text Example


Text Example

White with #708A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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