Html Css Color HEX #708086 Regent Grey

📋 copy color: '#708086'

red 112 ◦ green 128 ◦ blue 134

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

Shades of Regent Grey #708086

Tints of Regent Grey #708086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 29.95%
G = 34.22%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708086 (or 0x708086) is known color: Regent Grey. HEX triplet: 70, 80 and 86. RGB value is (112,128,134). Sum of RGB (Red+Green+Blue) = 112+128+134=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 134 - color contains mainly: blue. Hex color #708086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708086 is #8F7F79. Grayscale: #7B7B7B. Windows color (decimal): -9404282 or 8814704. OLE color: 8814704.

HSL color Cylindrical-coordinate representation of color #708086: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708086 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 128 134 -
CMYK 0.16 0.04 0 0.47
HSL 196.36º 0.09% 0.48% -
HSV(B) 196.36º 0.16% 0.53% -
XYZ 18.7 20.6 25.55 -
YUV 123.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 112 128 134 0.16 0.04 0 0.47 196.36 0.09 0.48
Hex 70 80 86 10 4 0 2F C4 9 30
Octal 160 200 206 20 4 0 57 304 11 60
Binary 1110000 10000000 10000110 10000 100 0 101111 11000100 1001 110000

Color Harmonies of #708086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708086

Black with #708086

Text Example


Text Example

White with #708086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708086; }

 p { color: rgb(112,128,134); }

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

background-color css

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

 a { background-color: rgb(112,128,134); }

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

border-color css

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

 span { border-color: rgb(112,128,134); }

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