Html Css Color HEX #707292 Scampi

📋 copy color: '#707292'

red 112 ◦ green 114 ◦ blue 146

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

Shades of Scampi #707292

Tints of Scampi #707292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 30.11%
G = 30.65%
B = 39.25%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707292 (or 0x707292) is known color: Scampi. HEX triplet: 70, 72 and 92. RGB value is (112,114,146). Sum of RGB (Red+Green+Blue) = 112+114+146=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #707292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707292 is #8F8D6D. Grayscale: #747474. Windows color (decimal): -9407854 or 9597552. OLE color: 9597552.

HSL color Cylindrical-coordinate representation of color #707292: hue angle of 236.47º 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 #707292 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 114 146 -
CMYK 0.23 0.22 0 0.43
HSL 236.47º 0.13% 0.51% -
HSV(B) 236.47º 0.23% 0.57% -
XYZ 17.89 17.55 29.64 -
YUV 117.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 112 114 146 0.23 0.22 0 0.43 236.47 0.13 0.51
Hex 70 72 92 17 16 0 2B EC D 33
Octal 160 162 222 27 26 0 53 354 15 63
Binary 1110000 1110010 10010010 10111 10110 0 101011 11101100 1101 110011

Color Harmonies of #707292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707292

Black with #707292

Text Example


Text Example

White with #707292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707292; }

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

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

background-color css

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

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

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

border-color css

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

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

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