Html Css Color HEX #707099 Scampi

📋 copy color: '#707099'

red 112 ◦ green 112 ◦ blue 153

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

Shades of Scampi #707099

Tints of Scampi #707099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 29.71%
G = 29.71%
B = 40.58%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707099 (or 0x707099) is known color: Scampi. HEX triplet: 70, 70 and 99. RGB value is (112,112,153). Sum of RGB (Red+Green+Blue) = 112+112+153=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #707099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707099 is #8F8F66. Grayscale: #747474. Windows color (decimal): -9408359 or 10055792. OLE color: 10055792.

HSL color Cylindrical-coordinate representation of color #707099: hue angle of 240º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707099 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 112 153 -
CMYK 0.27 0.27 0 0.4
HSL 240º 0.17% 0.52% -
HSV(B) 240º 0.27% 0.6% -
XYZ 18.23 17.33 32.52 -
YUV 116.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 112 112 153 0.27 0.27 0 0.4 240 0.17 0.52
Hex 70 70 99 1B 1B 0 28 F0 11 34
Octal 160 160 231 33 33 0 50 360 21 64
Binary 1110000 1110000 10011001 11011 11011 0 101000 11110000 10001 110100

Color Harmonies of #707099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707099

Black with #707099

Text Example


Text Example

White with #707099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707099; }

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

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

background-color css

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

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

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

border-color css

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

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

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