Html Css Color HEX #76719B Scampi

📋 copy color: '#76719B'

red 118 ◦ green 113 ◦ blue 155

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

Shades of Scampi #76719B

Tints of Scampi #76719B

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

 GREEN value IS 113 (44.53% from 255) = 29.27%

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

R = 30.57%
G = 29.27%
B = 40.16%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76719B (or 0x76719B) is known color: Scampi. HEX triplet: 76, 71 and 9B. RGB value is (118,113,155). Sum of RGB (Red+Green+Blue) = 118+113+155=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #76719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76719B is #898E64. Grayscale: #777777. Windows color (decimal): -9014885 or 10187126. OLE color: 10187126.

HSL color Cylindrical-coordinate representation of color #76719B: hue angle of 247.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76719B is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 113 155 -
CMYK 0.24 0.27 0 0.39
HSL 247.14º 0.17% 0.53% -
HSV(B) 247.14º 0.27% 0.61% -
XYZ 19.29 18.03 33.47 -
YUV 119.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 118 113 155 0.24 0.27 0 0.39 247.14 0.17 0.53
Hex 76 71 9B 18 1B 0 27 F7 11 35
Octal 166 161 233 30 33 0 47 367 21 65
Binary 1110110 1110001 10011011 11000 11011 0 100111 11110111 10001 110101

Color Harmonies of #76719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76719B

Black with #76719B

Text Example


Text Example

White with #76719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,113,155); }

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

background-color css

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

 a { background-color: rgb(118,113,155); }

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

border-color css

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

 span { border-color: rgb(118,113,155); }

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