Html Css Color HEX #709599 Gothic

📋 copy color: '#709599'

red 112 ◦ green 149 ◦ blue 153

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

Shades of Gothic #709599

Tints of Gothic #709599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 27.05%
G = 35.99%
B = 36.96%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#709599 (or 0x709599) is known color: Gothic. HEX triplet: 70, 95 and 99. RGB value is (112,149,153). Sum of RGB (Red+Green+Blue) = 112+149+153=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #709599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709599 is #8F6A66. Grayscale: #8A8A8A. Windows color (decimal): -9398887 or 10065264. OLE color: 10065264.

HSL color Cylindrical-coordinate representation of color #709599: hue angle of 185.85º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709599 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 149 153 -
CMYK 0.27 0.03 0 0.4
HSL 185.85º 0.17% 0.52% -
HSV(B) 185.85º 0.27% 0.6% -
XYZ 23.18 27.24 34.17 -
YUV 138.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 112 149 153 0.27 0.03 0 0.4 185.85 0.17 0.52
Hex 70 95 99 1B 3 0 28 BA 11 34
Octal 160 225 231 33 3 0 50 272 21 64
Binary 1110000 10010101 10011001 11011 11 0 101000 10111010 10001 110100

Color Harmonies of #709599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709599

Black with #709599

Text Example


Text Example

White with #709599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709599; }

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

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

background-color css

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

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

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

border-color css

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

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

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