Html Css Color HEX #708285 Regent Grey

📋 copy color: '#708285'

red 112 ◦ green 130 ◦ blue 133

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

Shades of Regent Grey #708285

Tints of Regent Grey #708285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 29.87%
G = 34.67%
B = 35.47%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#708285 (or 0x708285) is known color: Regent Grey. HEX triplet: 70, 82 and 85. RGB value is (112,130,133). Sum of RGB (Red+Green+Blue) = 112+130+133=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #708285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708285 is #8F7D7A. Grayscale: #7C7C7C. Windows color (decimal): -9403771 or 8749680. OLE color: 8749680.

HSL color Cylindrical-coordinate representation of color #708285: hue angle of 188.57º 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 #708285 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 130 133 -
CMYK 0.16 0.02 0 0.48
HSL 188.57º 0.09% 0.48% -
HSV(B) 188.57º 0.16% 0.52% -
XYZ 18.9 21.1 25.27 -
YUV 124.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 112 130 133 0.16 0.02 0 0.48 188.57 0.09 0.48
Hex 70 82 85 10 2 0 30 BD 9 30
Octal 160 202 205 20 2 0 60 275 11 60
Binary 1110000 10000010 10000101 10000 10 0 110000 10111101 1001 110000

Color Harmonies of #708285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708285

Black with #708285

Text Example


Text Example

White with #708285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708285; }

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

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

background-color css

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

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

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

border-color css

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

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

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