Html Css Color HEX #708385 Gothic

📋 copy color: '#708385'

red 112 ◦ green 131 ◦ blue 133

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

Shades of Gothic #708385

Tints of Gothic #708385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 29.79%
G = 34.84%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#708385 (or 0x708385) is known color: Gothic. HEX triplet: 70, 83 and 85. RGB value is (112,131,133). Sum of RGB (Red+Green+Blue) = 112+131+133=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #708385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708385 is #8F7C7A. Grayscale: #7D7D7D. Windows color (decimal): -9403515 or 8749936. OLE color: 8749936.

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

Color convert

RGB 112 131 133 -
CMYK 0.16 0.02 0 0.48
HSL 185.71º 0.09% 0.48% -
HSV(B) 185.71º 0.16% 0.52% -
XYZ 19.03 21.37 25.31 -
YUV 125.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 112 131 133 0.16 0.02 0 0.48 185.71 0.09 0.48
Hex 70 83 85 10 2 0 30 BA 9 30
Octal 160 203 205 20 2 0 60 272 11 60
Binary 1110000 10000011 10000101 10000 10 0 110000 10111010 1001 110000

Color Harmonies of #708385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708385

Black with #708385

Text Example


Text Example

White with #708385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708385; }

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

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

background-color css

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

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

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

border-color css

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

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

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