Html Css Color HEX #76679F Scampi

📋 copy color: '#76679F'

red 118 ◦ green 103 ◦ blue 159

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

Shades of Scampi #76679F

Tints of Scampi #76679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.11%

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

R = 31.05%
G = 27.11%
B = 41.84%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76679F (or 0x76679F) is known color: Scampi. HEX triplet: 76, 67 and 9F. RGB value is (118,103,159). Sum of RGB (Red+Green+Blue) = 118+103+159=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #76679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679F is #899860. Grayscale: #717171. Windows color (decimal): -9017441 or 10446710. OLE color: 10446710.

HSL color Cylindrical-coordinate representation of color #76679F: hue angle of 256.07º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76679F is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 103 159 -
CMYK 0.26 0.35 0 0.38
HSL 256.07º 0.23% 0.51% -
HSV(B) 256.07º 0.35% 0.62% -
XYZ 18.58 16.06 34.92 -
YUV 113.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 118 103 159 0.26 0.35 0 0.38 256.07 0.23 0.51
Hex 76 67 9F 1A 23 0 26 100 17 33
Octal 166 147 237 32 43 0 46 400 27 63
Binary 1110110 1100111 10011111 11010 100011 0 100110 100000000 10111 110011

Color Harmonies of #76679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76679F

Black with #76679F

Text Example


Text Example

White with #76679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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