Html Css Color HEX #709295 Gothic

📋 copy color: '#709295'

red 112 ◦ green 146 ◦ blue 149

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

Shades of Gothic #709295

Tints of Gothic #709295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 27.52%
G = 35.87%
B = 36.61%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#709295 (or 0x709295) is known color: Gothic. HEX triplet: 70, 92 and 95. RGB value is (112,146,149). Sum of RGB (Red+Green+Blue) = 112+146+149=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #709295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709295 is #8F6D6A. Grayscale: #888888. Windows color (decimal): -9399659 or 9802352. OLE color: 9802352.

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

Color convert

RGB 112 146 149 -
CMYK 0.25 0.02 0 0.42
HSL 184.86º 0.15% 0.51% -
HSV(B) 184.86º 0.25% 0.58% -
XYZ 22.39 26.17 32.31 -
YUV 136.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 112 146 149 0.25 0.02 0 0.42 184.86 0.15 0.51
Hex 70 92 95 19 2 0 2A B9 F 33
Octal 160 222 225 31 2 0 52 271 17 63
Binary 1110000 10010010 10010101 11001 10 0 101010 10111001 1111 110011

Color Harmonies of #709295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709295

Black with #709295

Text Example


Text Example

White with #709295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709295; }

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

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

background-color css

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

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

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

border-color css

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

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

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