Html Css Color HEX #77659D Scampi

📋 copy color: '#77659D'

red 119 ◦ green 101 ◦ blue 157

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

Shades of Scampi #77659D

Tints of Scampi #77659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 31.56%
G = 26.79%
B = 41.64%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77659D (or 0x77659D) is known color: Scampi. HEX triplet: 77, 65 and 9D. RGB value is (119,101,157). Sum of RGB (Red+Green+Blue) = 119+101+157=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #77659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77659D is #889A62. Grayscale: #707070. Windows color (decimal): -8952419 or 10315127. OLE color: 10315127.

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

Color convert

RGB 119 101 157 -
CMYK 0.24 0.36 0 0.38
HSL 259.29º 0.22% 0.51% -
HSV(B) 259.29º 0.36% 0.62% -
XYZ 18.35 15.66 33.95 -
YUV 112.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 119 101 157 0.24 0.36 0 0.38 259.29 0.22 0.51
Hex 77 65 9D 18 24 0 26 103 16 33
Octal 167 145 235 30 44 0 46 403 26 63
Binary 1110111 1100101 10011101 11000 100100 0 100110 100000011 10110 110011

Color Harmonies of #77659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77659D

Black with #77659D

Text Example


Text Example

White with #77659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,101,157); }

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

background-color css

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

 a { background-color: rgb(119,101,157); }

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

border-color css

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

 span { border-color: rgb(119,101,157); }

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