Html Css Color HEX #707192 Scampi

📋 copy color: '#707192'

red 112 ◦ green 113 ◦ blue 146

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

Shades of Scampi #707192

Tints of Scampi #707192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 30.19%
G = 30.46%
B = 39.35%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707192 (or 0x707192) is known color: Scampi. HEX triplet: 70, 71 and 92. RGB value is (112,113,146). Sum of RGB (Red+Green+Blue) = 112+113+146=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #707192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707192 is #8F8E6D. Grayscale: #747474. Windows color (decimal): -9408110 or 9597296. OLE color: 9597296.

HSL color Cylindrical-coordinate representation of color #707192: hue angle of 238.24º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707192 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 113 146 -
CMYK 0.23 0.23 0 0.43
HSL 238.24º 0.13% 0.51% -
HSV(B) 238.24º 0.23% 0.57% -
XYZ 17.78 17.33 29.6 -
YUV 116.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 112 113 146 0.23 0.23 0 0.43 238.24 0.13 0.51
Hex 70 71 92 17 17 0 2B EE D 33
Octal 160 161 222 27 27 0 53 356 15 63
Binary 1110000 1110001 10010010 10111 10111 0 101011 11101110 1101 110011

Color Harmonies of #707192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707192

Black with #707192

Text Example


Text Example

White with #707192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707192; }

 p { color: rgb(112,113,146); }

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

background-color css

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

 a { background-color: rgb(112,113,146); }

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

border-color css

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

 span { border-color: rgb(112,113,146); }

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