Html Css Color HEX #77768B Scampi

📋 copy color: '#77768B'

red 119 ◦ green 118 ◦ blue 139

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

Shades of Scampi #77768B

Tints of Scampi #77768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 31.65%
G = 31.38%
B = 36.97%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77768B (or 0x77768B) is known color: Scampi. HEX triplet: 77, 76 and 8B. RGB value is (119,118,139). Sum of RGB (Red+Green+Blue) = 119+118+139=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #77768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77768B is #888974. Grayscale: #787878. Windows color (decimal): -8948085 or 9139831. OLE color: 9139831.

HSL color Cylindrical-coordinate representation of color #77768B: hue angle of 242.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77768B is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 118 139 -
CMYK 0.14 0.15 0 0.45
HSL 242.86º 0.08% 0.5% -
HSV(B) 242.86º 0.15% 0.55% -
XYZ 18.75 18.74 27.06 -
YUV 120.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 119 118 139 0.14 0.15 0 0.45 242.86 0.08 0.5
Hex 77 76 8B E F 0 2D F3 8 32
Octal 167 166 213 16 17 0 55 363 10 62
Binary 1110111 1110110 10001011 1110 1111 0 101101 11110011 1000 110010

Color Harmonies of #77768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77768B

Black with #77768B

Text Example


Text Example

White with #77768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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