Html Css Color HEX #79768D Scampi

📋 copy color: '#79768D'

red 121 ◦ green 118 ◦ blue 141

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

Shades of Scampi #79768D

Tints of Scampi #79768D

RGB

 RED value IS 121 (47.66% from 255) = 31.84%

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 31.84%
G = 31.05%
B = 37.11%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79768D (or 0x79768D) is known color: Scampi. HEX triplet: 79, 76 and 8D. RGB value is (121,118,141). Sum of RGB (Red+Green+Blue) = 121+118+141=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #79768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79768D is #868972. Grayscale: #797979. Windows color (decimal): -8817011 or 9270905. OLE color: 9270905.

HSL color Cylindrical-coordinate representation of color #79768D: hue angle of 247.83º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79768D is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 118 141 -
CMYK 0.14 0.16 0 0.45
HSL 247.83º 0.09% 0.51% -
HSV(B) 247.83º 0.16% 0.55% -
XYZ 19.17 18.94 27.85 -
YUV 121.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 121 118 141 0.14 0.16 0 0.45 247.83 0.09 0.51
Hex 79 76 8D E 10 0 2D F8 9 33
Octal 171 166 215 16 20 0 55 370 11 63
Binary 1111001 1110110 10001101 1110 10000 0 101101 11111000 1001 110011

Color Harmonies of #79768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79768D

Black with #79768D

Text Example


Text Example

White with #79768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79768D; }

 p { color: rgb(121,118,141); }

 H1.HeaderClassName
 {
   color: #79768D;
 }
 .AnyTagClassName
 {
   color: #79768D;
 }
</style>

background-color css

<style>
 a { background-color: #79768D; }

 a { background-color: rgb(121,118,141); }

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

border-color css

<style>
 span { border-color: #79768D; }

 span { border-color: rgb(121,118,141); }

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