Html Css Color HEX #77769B Scampi

📋 copy color: '#77769B'

red 119 ◦ green 118 ◦ blue 155

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

Shades of Scampi #77769B

Tints of Scampi #77769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 30.36%
G = 30.1%
B = 39.54%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77769B (or 0x77769B) is known color: Scampi. HEX triplet: 77, 76 and 9B. RGB value is (119,118,155). Sum of RGB (Red+Green+Blue) = 119+118+155=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #77769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77769B is #888964. Grayscale: #7A7A7A. Windows color (decimal): -8948069 or 10188407. OLE color: 10188407.

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

Color convert

RGB 119 118 155 -
CMYK 0.23 0.24 0 0.39
HSL 241.62º 0.16% 0.54% -
HSV(B) 241.62º 0.24% 0.61% -
XYZ 20 19.25 33.67 -
YUV 122.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 119 118 155 0.23 0.24 0 0.39 241.62 0.16 0.54
Hex 77 76 9B 17 18 0 27 F2 10 36
Octal 167 166 233 27 30 0 47 362 20 66
Binary 1110111 1110110 10011011 10111 11000 0 100111 11110010 10000 110110

Color Harmonies of #77769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77769B

Black with #77769B

Text Example


Text Example

White with #77769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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