Html Css Color HEX #76679B Scampi

📋 copy color: '#76679B'

red 118 ◦ green 103 ◦ blue 155

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

Shades of Scampi #76679B

Tints of Scampi #76679B

RGB

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

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

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

R = 31.38%
G = 27.39%
B = 41.22%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76679B (or 0x76679B) is known color: Scampi. HEX triplet: 76, 67 and 9B. RGB value is (118,103,155). Sum of RGB (Red+Green+Blue) = 118+103+155=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #76679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679B is #899864. Grayscale: #717171. Windows color (decimal): -9017445 or 10184566. OLE color: 10184566.

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

Color convert

RGB 118 103 155 -
CMYK 0.24 0.34 0 0.39
HSL 257.31º 0.21% 0.51% -
HSV(B) 257.31º 0.34% 0.61% -
XYZ 18.24 15.92 33.12 -
YUV 113.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 118 103 155 0.24 0.34 0 0.39 257.31 0.21 0.51
Hex 76 67 9B 18 22 0 27 101 15 33
Octal 166 147 233 30 42 0 47 401 25 63
Binary 1110110 1100111 10011011 11000 100010 0 100111 100000001 10101 110011

Color Harmonies of #76679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76679B

Black with #76679B

Text Example


Text Example

White with #76679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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