Html Css Color HEX #71729E Scampi

📋 copy color: '#71729E'

red 113 ◦ green 114 ◦ blue 158

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

Shades of Scampi #71729E

Tints of Scampi #71729E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 29.35%
G = 29.61%
B = 41.04%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71729E (or 0x71729E) is known color: Scampi. HEX triplet: 71, 72 and 9E. RGB value is (113,114,158). Sum of RGB (Red+Green+Blue) = 113+114+158=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #71729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71729E is #8E8D61. Grayscale: #767676. Windows color (decimal): -9342306 or 10383985. OLE color: 10383985.

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

Color convert

RGB 113 114 158 -
CMYK 0.28 0.28 0 0.38
HSL 238.67º 0.19% 0.53% -
HSV(B) 238.67º 0.28% 0.62% -
XYZ 19 18.01 34.82 -
YUV 118.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 113 114 158 0.28 0.28 0 0.38 238.67 0.19 0.53
Hex 71 72 9E 1C 1C 0 26 EF 13 35
Octal 161 162 236 34 34 0 46 357 23 65
Binary 1110001 1110010 10011110 11100 11100 0 100110 11101111 10011 110101

Color Harmonies of #71729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71729E

Black with #71729E

Text Example


Text Example

White with #71729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71729E; }

 p { color: rgb(113,114,158); }

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

background-color css

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

 a { background-color: rgb(113,114,158); }

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

border-color css

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

 span { border-color: rgb(113,114,158); }

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