Html Css Color HEX #77709A Scampi

📋 copy color: '#77709A'

red 119 ◦ green 112 ◦ blue 154

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

Shades of Scampi #77709A

Tints of Scampi #77709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 30.91%
G = 29.09%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77709A (or 0x77709A) is known color: Scampi. HEX triplet: 77, 70 and 9A. RGB value is (119,112,154). Sum of RGB (Red+Green+Blue) = 119+112+154=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #77709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709A is #888F65. Grayscale: #767676. Windows color (decimal): -8949606 or 10121335. OLE color: 10121335.

HSL color Cylindrical-coordinate representation of color #77709A: hue angle of 250º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77709A is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 112 154 -
CMYK 0.23 0.27 0 0.40
HSL 250º 0.17% 0.52% -
HSV(B) 250º 0.27% 0.6% -
XYZ 19.23 17.84 33 -
YUV 118.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 119 112 154 0.23 0.27 0 0.40 250 0.17 0.52
Hex 77 70 9A 17 1B 0 28 FA 11 34
Octal 167 160 232 27 33 0 50 372 21 64
Binary 1110111 1110000 10011010 10111 11011 0 101000 11111010 10001 110100

Color Harmonies of #77709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77709A

Black with #77709A

Text Example


Text Example

White with #77709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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