Html Css Color HEX #708389 Regent Grey

📋 copy color: '#708389'

red 112 ◦ green 131 ◦ blue 137

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

Shades of Regent Grey #708389

Tints of Regent Grey #708389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 29.47%
G = 34.47%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#708389 (or 0x708389) is known color: Regent Grey. HEX triplet: 70, 83 and 89. RGB value is (112,131,137). Sum of RGB (Red+Green+Blue) = 112+131+137=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #708389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708389 is #8F7C76. Grayscale: #7D7D7D. Windows color (decimal): -9403511 or 9012080. OLE color: 9012080.

HSL color Cylindrical-coordinate representation of color #708389: hue angle of 194.4º 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 #708389 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 131 137 -
CMYK 0.18 0.04 0 0.46
HSL 194.4º 0.1% 0.49% -
HSV(B) 194.4º 0.18% 0.54% -
XYZ 19.31 21.48 26.8 -
YUV 126 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 112 131 137 0.18 0.04 0 0.46 194.4 0.1 0.49
Hex 70 83 89 12 4 0 2E C2 A 31
Octal 160 203 211 22 4 0 56 302 12 61
Binary 1110000 10000011 10001001 10010 100 0 101110 11000010 1010 110001

Color Harmonies of #708389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708389

Black with #708389

Text Example


Text Example

White with #708389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708389; }

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

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

background-color css

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

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

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

border-color css

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

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

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