Html Css Color HEX #76679D Scampi

📋 copy color: '#76679D'

red 118 ◦ green 103 ◦ blue 157

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

Shades of Scampi #76679D

Tints of Scampi #76679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 31.22%
G = 27.25%
B = 41.53%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76679D (or 0x76679D) is known color: Scampi. HEX triplet: 76, 67 and 9D. RGB value is (118,103,157). Sum of RGB (Red+Green+Blue) = 118+103+157=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #76679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679D is #899862. Grayscale: #717171. Windows color (decimal): -9017443 or 10315638. OLE color: 10315638.

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

Color convert

RGB 118 103 157 -
CMYK 0.25 0.34 0 0.38
HSL 256.67º 0.22% 0.51% -
HSV(B) 256.67º 0.34% 0.62% -
XYZ 18.41 15.99 34.01 -
YUV 113.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 118 103 157 0.25 0.34 0 0.38 256.67 0.22 0.51
Hex 76 67 9D 19 22 0 26 101 16 33
Octal 166 147 235 31 42 0 46 401 26 63
Binary 1110110 1100111 10011101 11001 100010 0 100110 100000001 10110 110011

Color Harmonies of #76679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76679D

Black with #76679D

Text Example


Text Example

White with #76679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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