Html Css Color HEX #76719F Scampi

📋 copy color: '#76719F'

red 118 ◦ green 113 ◦ blue 159

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

Shades of Scampi #76719F

Tints of Scampi #76719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 30.26%
G = 28.97%
B = 40.77%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76719F (or 0x76719F) is known color: Scampi. HEX triplet: 76, 71 and 9F. RGB value is (118,113,159). Sum of RGB (Red+Green+Blue) = 118+113+159=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #76719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76719F is #898E60. Grayscale: #777777. Windows color (decimal): -9014881 or 10449270. OLE color: 10449270.

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

Color convert

RGB 118 113 159 -
CMYK 0.26 0.29 0 0.38
HSL 246.52º 0.19% 0.53% -
HSV(B) 246.52º 0.29% 0.62% -
XYZ 19.63 18.17 35.27 -
YUV 119.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 118 113 159 0.26 0.29 0 0.38 246.52 0.19 0.53
Hex 76 71 9F 1A 1D 0 26 F7 13 35
Octal 166 161 237 32 35 0 46 367 23 65
Binary 1110110 1110001 10011111 11010 11101 0 100110 11110111 10011 110101

Color Harmonies of #76719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76719F

Black with #76719F

Text Example


Text Example

White with #76719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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