Html Css Color HEX #707297 Scampi

📋 copy color: '#707297'

red 112 ◦ green 114 ◦ blue 151

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

Shades of Scampi #707297

Tints of Scampi #707297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 29.71%
G = 30.24%
B = 40.05%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707297 (or 0x707297) is known color: Scampi. HEX triplet: 70, 72 and 97. RGB value is (112,114,151). Sum of RGB (Red+Green+Blue) = 112+114+151=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #707297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707297 is #8F8D68. Grayscale: #757575. Windows color (decimal): -9407849 or 9925232. OLE color: 9925232.

HSL color Cylindrical-coordinate representation of color #707297: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707297 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 114 151 -
CMYK 0.26 0.25 0 0.41
HSL 236.92º 0.16% 0.52% -
HSV(B) 236.92º 0.26% 0.59% -
XYZ 18.29 17.71 31.73 -
YUV 117.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 112 114 151 0.26 0.25 0 0.41 236.92 0.16 0.52
Hex 70 72 97 1A 19 0 29 ED 10 34
Octal 160 162 227 32 31 0 51 355 20 64
Binary 1110000 1110010 10010111 11010 11001 0 101001 11101101 10000 110100

Color Harmonies of #707297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707297

Black with #707297

Text Example


Text Example

White with #707297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707297; }

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

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

background-color css

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

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

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

border-color css

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

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

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