Html Css Color HEX #77709B Scampi

📋 copy color: '#77709B'

red 119 ◦ green 112 ◦ blue 155

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

Shades of Scampi #77709B

Tints of Scampi #77709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 30.83%
G = 29.02%
B = 40.16%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77709B (or 0x77709B) is known color: Scampi. HEX triplet: 77, 70 and 9B. RGB value is (119,112,155). Sum of RGB (Red+Green+Blue) = 119+112+155=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #77709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709B is #888F64. Grayscale: #767676. Windows color (decimal): -8949605 or 10186871. OLE color: 10186871.

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

Color convert

RGB 119 112 155 -
CMYK 0.23 0.28 0 0.39
HSL 249.77º 0.18% 0.52% -
HSV(B) 249.77º 0.28% 0.61% -
XYZ 19.32 17.88 33.44 -
YUV 119 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 119 112 155 0.23 0.28 0 0.39 249.77 0.18 0.52
Hex 77 70 9B 17 1C 0 27 FA 12 34
Octal 167 160 233 27 34 0 47 372 22 64
Binary 1110111 1110000 10011011 10111 11100 0 100111 11111010 10010 110100

Color Harmonies of #77709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77709B

Black with #77709B

Text Example


Text Example

White with #77709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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