Html Css Color HEX #709195 Gothic

📋 copy color: '#709195'

red 112 ◦ green 145 ◦ blue 149

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

Shades of Gothic #709195

Tints of Gothic #709195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.71%

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

R = 27.59%
G = 35.71%
B = 36.7%

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

#709195 (or 0x709195) is known color: Gothic. HEX triplet: 70, 91 and 95. RGB value is (112,145,149). Sum of RGB (Red+Green+Blue) = 112+145+149=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #709195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709195 is #8F6E6A. Grayscale: #878787. Windows color (decimal): -9399915 or 9802096. OLE color: 9802096.

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

Color convert

RGB 112 145 149 -
CMYK 0.25 0.03 0 0.42
HSL 186.49º 0.15% 0.51% -
HSV(B) 186.49º 0.25% 0.58% -
XYZ 22.23 25.87 32.25 -
YUV 135.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 112 145 149 0.25 0.03 0 0.42 186.49 0.15 0.51
Hex 70 91 95 19 3 0 2A BA F 33
Octal 160 221 225 31 3 0 52 272 17 63
Binary 1110000 10010001 10010101 11001 11 0 101010 10111010 1111 110011

Color Harmonies of #709195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709195

Black with #709195

Text Example


Text Example

White with #709195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709195; }

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

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

background-color css

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

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

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

border-color css

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

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

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