Html Css Color HEX #70729B Scampi

📋 copy color: '#70729B'

red 112 ◦ green 114 ◦ blue 155

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

Shades of Scampi #70729B

Tints of Scampi #70729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 29.4%
G = 29.92%
B = 40.68%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70729B (or 0x70729B) is known color: Scampi. HEX triplet: 70, 72 and 9B. RGB value is (112,114,155). Sum of RGB (Red+Green+Blue) = 112+114+155=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #70729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70729B is #8F8D64. Grayscale: #757575. Windows color (decimal): -9407845 or 10187376. OLE color: 10187376.

HSL color Cylindrical-coordinate representation of color #70729B: hue angle of 237.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70729B is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 114 155 -
CMYK 0.28 0.26 0 0.39
HSL 237.21º 0.18% 0.52% -
HSV(B) 237.21º 0.28% 0.61% -
XYZ 18.62 17.85 33.47 -
YUV 118.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 112 114 155 0.28 0.26 0 0.39 237.21 0.18 0.52
Hex 70 72 9B 1C 1A 0 27 ED 12 34
Octal 160 162 233 34 32 0 47 355 22 64
Binary 1110000 1110010 10011011 11100 11010 0 100111 11101101 10010 110100

Color Harmonies of #70729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70729B

Black with #70729B

Text Example


Text Example

White with #70729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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