Html Css Color HEX #70959C Gothic

📋 copy color: '#70959C'

red 112 ◦ green 149 ◦ blue 156

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

Shades of Gothic #70959C

Tints of Gothic #70959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 26.86%
G = 35.73%
B = 37.41%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70959C (or 0x70959C) is known color: Gothic. HEX triplet: 70, 95 and 9C. RGB value is (112,149,156). Sum of RGB (Red+Green+Blue) = 112+149+156=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #70959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70959C is #8F6A63. Grayscale: #8A8A8A. Windows color (decimal): -9398884 or 10261872. OLE color: 10261872.

HSL color Cylindrical-coordinate representation of color #70959C: hue angle of 189.55º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70959C is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 149 156 -
CMYK 0.28 0.04 0 0.39
HSL 189.55º 0.18% 0.53% -
HSV(B) 189.55º 0.28% 0.61% -
XYZ 23.43 27.34 35.49 -
YUV 138.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 112 149 156 0.28 0.04 0 0.39 189.55 0.18 0.53
Hex 70 95 9C 1C 4 0 27 BE 12 35
Octal 160 225 234 34 4 0 47 276 22 65
Binary 1110000 10010101 10011100 11100 100 0 100111 10111110 10010 110101

Color Harmonies of #70959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70959C

Black with #70959C

Text Example


Text Example

White with #70959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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