Html Css Color HEX #708082 Regent Grey

📋 copy color: '#708082'

red 112 ◦ green 128 ◦ blue 130

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

Shades of Regent Grey #708082

Tints of Regent Grey #708082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 30.27%
G = 34.59%
B = 35.14%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#708082 (or 0x708082) is known color: Regent Grey. HEX triplet: 70, 80 and 82. RGB value is (112,128,130). Sum of RGB (Red+Green+Blue) = 112+128+130=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 130 - color contains mainly: blue. Hex color #708082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708082 is #8F7F7D. Grayscale: #7B7B7B. Windows color (decimal): -9404286 or 8552560. OLE color: 8552560.

HSL color Cylindrical-coordinate representation of color #708082: hue angle of 186.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #708082 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 128 130 -
CMYK 0.14 0.02 0 0.49
HSL 186.67º 0.07% 0.47% -
HSV(B) 186.67º 0.14% 0.51% -
XYZ 18.43 20.49 24.1 -
YUV 123.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 112 128 130 0.14 0.02 0 0.49 186.67 0.07 0.47
Hex 70 80 82 E 2 0 31 BB 7 2F
Octal 160 200 202 16 2 0 61 273 7 57
Binary 1110000 10000000 10000010 1110 10 0 110001 10111011 111 101111

Color Harmonies of #708082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708082

Black with #708082

Text Example


Text Example

White with #708082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708082; }

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

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

background-color css

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

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

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

border-color css

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

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

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