Html Css Color HEX #71739C Scampi

📋 copy color: '#71739C'

red 113 ◦ green 115 ◦ blue 156

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

Shades of Scampi #71739C

Tints of Scampi #71739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 29.43%
G = 29.95%
B = 40.63%

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

#71739C (or 0x71739C) is known color: Scampi. HEX triplet: 71, 73 and 9C. RGB value is (113,115,156). Sum of RGB (Red+Green+Blue) = 113+115+156=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #71739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71739C is #8E8C63. Grayscale: #767676. Windows color (decimal): -9342052 or 10253169. OLE color: 10253169.

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

Color convert

RGB 113 115 156 -
CMYK 0.28 0.26 0 0.39
HSL 237.21º 0.18% 0.53% -
HSV(B) 237.21º 0.28% 0.61% -
XYZ 18.94 18.17 33.96 -
YUV 119.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 113 115 156 0.28 0.26 0 0.39 237.21 0.18 0.53
Hex 71 73 9C 1C 1A 0 27 ED 12 35
Octal 161 163 234 34 32 0 47 355 22 65
Binary 1110001 1110011 10011100 11100 11010 0 100111 11101101 10010 110101

Color Harmonies of #71739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71739C

Black with #71739C

Text Example


Text Example

White with #71739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71739C; }

 p { color: rgb(113,115,156); }

 H1.HeaderClassName
 {
   color: #71739C;
 }
 .AnyTagClassName
 {
   color: #71739C;
 }
</style>

background-color css

<style>
 a { background-color: #71739C; }

 a { background-color: rgb(113,115,156); }

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

border-color css

<style>
 span { border-color: #71739C; }

 span { border-color: rgb(113,115,156); }

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