Html Css Color HEX #707095 Scampi

📋 copy color: '#707095'

red 112 ◦ green 112 ◦ blue 149

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

Shades of Scampi #707095

Tints of Scampi #707095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 30.03%
G = 30.03%
B = 39.95%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707095 (or 0x707095) is known color: Scampi. HEX triplet: 70, 70 and 95. RGB value is (112,112,149). Sum of RGB (Red+Green+Blue) = 112+112+149=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #707095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707095 is #8F8F6A. Grayscale: #747474. Windows color (decimal): -9408363 or 9793648. OLE color: 9793648.

HSL color Cylindrical-coordinate representation of color #707095: hue angle of 240º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707095 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 112 149 -
CMYK 0.25 0.25 0 0.42
HSL 240º 0.15% 0.51% -
HSV(B) 240º 0.25% 0.58% -
XYZ 17.9 17.2 30.81 -
YUV 116.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 112 112 149 0.25 0.25 0 0.42 240 0.15 0.51
Hex 70 70 95 19 19 0 2A F0 F 33
Octal 160 160 225 31 31 0 52 360 17 63
Binary 1110000 1110000 10010101 11001 11001 0 101010 11110000 1111 110011

Color Harmonies of #707095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707095

Black with #707095

Text Example


Text Example

White with #707095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707095; }

 p { color: rgb(112,112,149); }

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

background-color css

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

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

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

border-color css

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

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

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