Html Css Color HEX #77679B Scampi

📋 copy color: '#77679B'

red 119 ◦ green 103 ◦ blue 155

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

Shades of Scampi #77679B

Tints of Scampi #77679B

RGB

 RED value IS 119 (46.88% from 255) = 31.56%

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

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

R = 31.56%
G = 27.32%
B = 41.11%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77679B (or 0x77679B) is known color: Scampi. HEX triplet: 77, 67 and 9B. RGB value is (119,103,155). Sum of RGB (Red+Green+Blue) = 119+103+155=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #77679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77679B is #889864. Grayscale: #717171. Windows color (decimal): -8951909 or 10184567. OLE color: 10184567.

HSL color Cylindrical-coordinate representation of color #77679B: hue angle of 258.46º 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 #77679B is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 103 155 -
CMYK 0.23 0.34 0 0.39
HSL 258.46º 0.21% 0.51% -
HSV(B) 258.46º 0.34% 0.61% -
XYZ 18.37 15.99 33.13 -
YUV 113.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 119 103 155 0.23 0.34 0 0.39 258.46 0.21 0.51
Hex 77 67 9B 17 22 0 27 102 15 33
Octal 167 147 233 27 42 0 47 402 25 63
Binary 1110111 1100111 10011011 10111 100010 0 100111 100000010 10101 110011

Color Harmonies of #77679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77679B

Black with #77679B

Text Example


Text Example

White with #77679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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