Html Css Color HEX #708182 Regent Grey

📋 copy color: '#708182'

red 112 ◦ green 129 ◦ blue 130

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

Shades of Regent Grey #708182

Tints of Regent Grey #708182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 30.19%
G = 34.77%
B = 35.04%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#708182 (or 0x708182) is known color: Regent Grey. HEX triplet: 70, 81 and 82. RGB value is (112,129,130). Sum of RGB (Red+Green+Blue) = 112+129+130=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 130 - color contains mainly: blue. Hex color #708182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708182 is #8F7E7D. Grayscale: #7C7C7C. Windows color (decimal): -9404030 or 8552816. OLE color: 8552816.

HSL color Cylindrical-coordinate representation of color #708182: hue angle of 183.33º 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 #708182 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 130 -
CMYK 0.14 0.01 0 0.49
HSL 183.33º 0.07% 0.47% -
HSV(B) 183.33º 0.14% 0.51% -
XYZ 18.56 20.76 24.15 -
YUV 124.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 112 129 130 0.14 0.01 0 0.49 183.33 0.07 0.47
Hex 70 81 82 E 1 0 31 B7 7 2F
Octal 160 201 202 16 1 0 61 267 7 57
Binary 1110000 10000001 10000010 1110 1 0 110001 10110111 111 101111

Color Harmonies of #708182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708182

Black with #708182

Text Example


Text Example

White with #708182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708182; }

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

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

background-color css

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

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

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

border-color css

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

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

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