Html Css Color HEX #707E83 Regent Grey

📋 copy color: '#707E83'

red 112 ◦ green 126 ◦ blue 131

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

Shades of Regent Grey #707E83

Tints of Regent Grey #707E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 30.35%
G = 34.15%
B = 35.5%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707E83 (or 0x707E83) is known color: Regent Grey. HEX triplet: 70, 7E and 83. RGB value is (112,126,131). Sum of RGB (Red+Green+Blue) = 112+126+131=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 131 - color contains mainly: blue. Hex color #707E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E83 is #8F817C. Grayscale: #7A7A7A. Windows color (decimal): -9404797 or 8617584. OLE color: 8617584.

HSL color Cylindrical-coordinate representation of color #707E83: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707E83 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 126 131 -
CMYK 0.15 0.04 0 0.49
HSL 195.79º 0.08% 0.48% -
HSV(B) 195.79º 0.15% 0.51% -
XYZ 18.24 20.01 24.37 -
YUV 122.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 112 126 131 0.15 0.04 0 0.49 195.79 0.08 0.48
Hex 70 7E 83 F 4 0 31 C4 8 30
Octal 160 176 203 17 4 0 61 304 10 60
Binary 1110000 1111110 10000011 1111 100 0 110001 11000100 1000 110000

Color Harmonies of #707E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E83

Black with #707E83

Text Example


Text Example

White with #707E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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