Html Css Color HEX #70729D Scampi

📋 copy color: '#70729D'

red 112 ◦ green 114 ◦ blue 157

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

Shades of Scampi #70729D

Tints of Scampi #70729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 29.24%
G = 29.77%
B = 40.99%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70729D (or 0x70729D) is known color: Scampi. HEX triplet: 70, 72 and 9D. RGB value is (112,114,157). Sum of RGB (Red+Green+Blue) = 112+114+157=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #70729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70729D is #8F8D62. Grayscale: #767676. Windows color (decimal): -9407843 or 10318448. OLE color: 10318448.

HSL color Cylindrical-coordinate representation of color #70729D: hue angle of 237.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70729D is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 114 157 -
CMYK 0.29 0.27 0 0.38
HSL 237.33º 0.19% 0.53% -
HSV(B) 237.33º 0.29% 0.62% -
XYZ 18.79 17.91 34.37 -
YUV 118.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 112 114 157 0.29 0.27 0 0.38 237.33 0.19 0.53
Hex 70 72 9D 1D 1B 0 26 ED 13 35
Octal 160 162 235 35 33 0 46 355 23 65
Binary 1110000 1110010 10011101 11101 11011 0 100110 11101101 10011 110101

Color Harmonies of #70729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70729D

Black with #70729D

Text Example


Text Example

White with #70729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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