Html Css Color HEX #77708F Scampi

📋 copy color: '#77708F'

red 119 ◦ green 112 ◦ blue 143

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

Shades of Scampi #77708F

Tints of Scampi #77708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 31.82%
G = 29.95%
B = 38.24%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77708F (or 0x77708F) is known color: Scampi. HEX triplet: 77, 70 and 8F. RGB value is (119,112,143). Sum of RGB (Red+Green+Blue) = 119+112+143=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #77708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77708F is #888F70. Grayscale: #757575. Windows color (decimal): -8949617 or 9400439. OLE color: 9400439.

HSL color Cylindrical-coordinate representation of color #77708F: hue angle of 253.55º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77708F is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 112 143 -
CMYK 0.17 0.22 0 0.44
HSL 253.55º 0.12% 0.5% -
HSV(B) 253.55º 0.22% 0.56% -
XYZ 18.36 17.49 28.4 -
YUV 117.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 119 112 143 0.17 0.22 0 0.44 253.55 0.12 0.5
Hex 77 70 8F 11 16 0 2C FE C 32
Octal 167 160 217 21 26 0 54 376 14 62
Binary 1110111 1110000 10001111 10001 10110 0 101100 11111110 1100 110010

Color Harmonies of #77708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77708F

Black with #77708F

Text Example


Text Example

White with #77708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77708F; }

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

 H1.HeaderClassName
 {
   color: #77708F;
 }
 .AnyTagClassName
 {
   color: #77708F;
 }
</style>

background-color css

<style>
 a { background-color: #77708F; }

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

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

border-color css

<style>
 span { border-color: #77708F; }

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

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