Html Css Color HEX #709096 Gothic

📋 copy color: '#709096'

red 112 ◦ green 144 ◦ blue 150

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

Shades of Gothic #709096

Tints of Gothic #709096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 27.59%
G = 35.47%
B = 36.95%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#709096 (or 0x709096) is known color: Gothic. HEX triplet: 70, 90 and 96. RGB value is (112,144,150). Sum of RGB (Red+Green+Blue) = 112+144+150=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #709096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709096 is #8F6F69. Grayscale: #878787. Windows color (decimal): -9400170 or 9867376. OLE color: 9867376.

HSL color Cylindrical-coordinate representation of color #709096: hue angle of 189.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709096 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 144 150 -
CMYK 0.25 0.04 0 0.41
HSL 189.47º 0.15% 0.51% -
HSV(B) 189.47º 0.25% 0.59% -
XYZ 22.16 25.59 32.63 -
YUV 135.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 112 144 150 0.25 0.04 0 0.41 189.47 0.15 0.51
Hex 70 90 96 19 4 0 29 BD F 33
Octal 160 220 226 31 4 0 51 275 17 63
Binary 1110000 10010000 10010110 11001 100 0 101001 10111101 1111 110011

Color Harmonies of #709096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709096

Black with #709096

Text Example


Text Example

White with #709096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709096; }

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

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

background-color css

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

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

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

border-color css

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

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

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