Html Css Color HEX #78768D Scampi

📋 copy color: '#78768D'

red 120 ◦ green 118 ◦ blue 141

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

Shades of Scampi #78768D

Tints of Scampi #78768D

RGB

 RED value IS 120 (47.27% from 255) = 31.66%

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

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

R = 31.66%
G = 31.13%
B = 37.2%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78768D (or 0x78768D) is known color: Scampi. HEX triplet: 78, 76 and 8D. RGB value is (120,118,141). Sum of RGB (Red+Green+Blue) = 120+118+141=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #78768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768D is #878972. Grayscale: #797979. Windows color (decimal): -8882547 or 9270904. OLE color: 9270904.

HSL color Cylindrical-coordinate representation of color #78768D: hue angle of 245.22º 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 #78768D is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 118 141 -
CMYK 0.15 0.16 0 0.45
HSL 245.22º 0.09% 0.51% -
HSV(B) 245.22º 0.16% 0.55% -
XYZ 19.03 18.87 27.84 -
YUV 121.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 120 118 141 0.15 0.16 0 0.45 245.22 0.09 0.51
Hex 78 76 8D F 10 0 2D F5 9 33
Octal 170 166 215 17 20 0 55 365 11 63
Binary 1111000 1110110 10001101 1111 10000 0 101101 11110101 1001 110011

Color Harmonies of #78768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78768D

Black with #78768D

Text Example


Text Example

White with #78768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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