Html Css Color HEX #709095 Gothic

📋 copy color: '#709095'

red 112 ◦ green 144 ◦ blue 149

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

Shades of Gothic #709095

Tints of Gothic #709095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 27.65%
G = 35.56%
B = 36.79%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#709095 (or 0x709095) is known color: Gothic. HEX triplet: 70, 90 and 95. RGB value is (112,144,149). Sum of RGB (Red+Green+Blue) = 112+144+149=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #709095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709095 is #8F6F6A. Grayscale: #868686. Windows color (decimal): -9400171 or 9801840. OLE color: 9801840.

HSL color Cylindrical-coordinate representation of color #709095: hue angle of 188.11º 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 #709095 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 144 149 -
CMYK 0.25 0.03 0 0.42
HSL 188.11º 0.15% 0.51% -
HSV(B) 188.11º 0.25% 0.58% -
XYZ 22.08 25.56 32.2 -
YUV 135 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 112 144 149 0.25 0.03 0 0.42 188.11 0.15 0.51
Hex 70 90 95 19 3 0 2A BC F 33
Octal 160 220 225 31 3 0 52 274 17 63
Binary 1110000 10010000 10010101 11001 11 0 101010 10111100 1111 110011

Color Harmonies of #709095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709095

Black with #709095

Text Example


Text Example

White with #709095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709095; }

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

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

background-color css

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

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

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

border-color css

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

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

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