Html Css Color HEX #70709D Scampi

📋 copy color: '#70709D'

red 112 ◦ green 112 ◦ blue 157

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

Shades of Scampi #70709D

Tints of Scampi #70709D

RGB

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

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

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

R = 29.4%
G = 29.4%
B = 41.21%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70709D (or 0x70709D) is known color: Scampi. HEX triplet: 70, 70 and 9D. RGB value is (112,112,157). Sum of RGB (Red+Green+Blue) = 112+112+157=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #70709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70709D is #8F8F62. Grayscale: #747474. Windows color (decimal): -9408355 or 10317936. OLE color: 10317936.

HSL color Cylindrical-coordinate representation of color #70709D: hue angle of 240º 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 #70709D is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 112 157 -
CMYK 0.29 0.29 0 0.38
HSL 240º 0.19% 0.53% -
HSV(B) 240º 0.29% 0.62% -
XYZ 18.56 17.47 34.29 -
YUV 117.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 112 112 157 0.29 0.29 0 0.38 240 0.19 0.53
Hex 70 70 9D 1D 1D 0 26 F0 13 35
Octal 160 160 235 35 35 0 46 360 23 65
Binary 1110000 1110000 10011101 11101 11101 0 100110 11110000 10011 110101

Color Harmonies of #70709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70709D

Black with #70709D

Text Example


Text Example

White with #70709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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