Html Css Color HEX #708085 Regent Grey

📋 copy color: '#708085'

red 112 ◦ green 128 ◦ blue 133

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

Shades of Regent Grey #708085

Tints of Regent Grey #708085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 30.03%
G = 34.32%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#708085 (or 0x708085) is known color: Regent Grey. HEX triplet: 70, 80 and 85. RGB value is (112,128,133). Sum of RGB (Red+Green+Blue) = 112+128+133=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #708085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708085 is #8F7F7A. Grayscale: #7B7B7B. Windows color (decimal): -9404283 or 8749168. OLE color: 8749168.

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

Color convert

RGB 112 128 133 -
CMYK 0.16 0.04 0 0.48
HSL 194.29º 0.09% 0.48% -
HSV(B) 194.29º 0.16% 0.52% -
XYZ 18.63 20.58 25.18 -
YUV 123.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 112 128 133 0.16 0.04 0 0.48 194.29 0.09 0.48
Hex 70 80 85 10 4 0 30 C2 9 30
Octal 160 200 205 20 4 0 60 302 11 60
Binary 1110000 10000000 10000101 10000 100 0 110000 11000010 1001 110000

Color Harmonies of #708085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708085

Black with #708085

Text Example


Text Example

White with #708085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708085; }

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

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

background-color css

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

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

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

border-color css

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

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

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