Html Css Color HEX #71708B Scampi

📋 copy color: '#71708B'

red 113 ◦ green 112 ◦ blue 139

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

Shades of Scampi #71708B

Tints of Scampi #71708B

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 31.04%
G = 30.77%
B = 38.19%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71708B (or 0x71708B) is known color: Scampi. HEX triplet: 71, 70 and 8B. RGB value is (113,112,139). Sum of RGB (Red+Green+Blue) = 113+112+139=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #71708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71708B is #8E8F74. Grayscale: #737373. Windows color (decimal): -9342837 or 9138289. OLE color: 9138289.

HSL color Cylindrical-coordinate representation of color #71708B: hue angle of 242.22º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71708B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 112 139 -
CMYK 0.19 0.19 0 0.45
HSL 242.22º 0.11% 0.49% -
HSV(B) 242.22º 0.19% 0.55% -
XYZ 17.26 16.96 26.79 -
YUV 115.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 113 112 139 0.19 0.19 0 0.45 242.22 0.11 0.49
Hex 71 70 8B 13 13 0 2D F2 B 31
Octal 161 160 213 23 23 0 55 362 13 61
Binary 1110001 1110000 10001011 10011 10011 0 101101 11110010 1011 110001

Color Harmonies of #71708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71708B

Black with #71708B

Text Example


Text Example

White with #71708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,112,139); }

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

background-color css

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

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

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

border-color css

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

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

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