Html Css Color HEX #708289 Regent Grey

📋 copy color: '#708289'

red 112 ◦ green 130 ◦ blue 137

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

Shades of Regent Grey #708289

Tints of Regent Grey #708289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 29.55%
G = 34.3%
B = 36.15%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#708289 (or 0x708289) is known color: Regent Grey. HEX triplet: 70, 82 and 89. RGB value is (112,130,137). Sum of RGB (Red+Green+Blue) = 112+130+137=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #708289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708289 is #8F7D76. Grayscale: #7D7D7D. Windows color (decimal): -9403767 or 9011824. OLE color: 9011824.

HSL color Cylindrical-coordinate representation of color #708289: hue angle of 196.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708289 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 130 137 -
CMYK 0.18 0.05 0 0.46
HSL 196.8º 0.1% 0.49% -
HSV(B) 196.8º 0.18% 0.54% -
XYZ 19.18 21.22 26.75 -
YUV 125.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 112 130 137 0.18 0.05 0 0.46 196.8 0.1 0.49
Hex 70 82 89 12 5 0 2E C5 A 31
Octal 160 202 211 22 5 0 56 305 12 61
Binary 1110000 10000010 10001001 10010 101 0 101110 11000101 1010 110001

Color Harmonies of #708289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708289

Black with #708289

Text Example


Text Example

White with #708289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708289; }

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

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

background-color css

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

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

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

border-color css

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

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

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