Html Css Color HEX #78768B Scampi

📋 copy color: '#78768B'

red 120 ◦ green 118 ◦ blue 139

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

Shades of Scampi #78768B

Tints of Scampi #78768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 31.83%
G = 31.3%
B = 36.87%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78768B (or 0x78768B) is known color: Scampi. HEX triplet: 78, 76 and 8B. RGB value is (120,118,139). Sum of RGB (Red+Green+Blue) = 120+118+139=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #78768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768B is #878974. Grayscale: #787878. Windows color (decimal): -8882549 or 9139832. OLE color: 9139832.

HSL color Cylindrical-coordinate representation of color #78768B: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78768B is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 118 139 -
CMYK 0.14 0.15 0 0.45
HSL 245.71º 0.08% 0.5% -
HSV(B) 245.71º 0.15% 0.55% -
XYZ 18.88 18.81 27.06 -
YUV 120.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 120 118 139 0.14 0.15 0 0.45 245.71 0.08 0.5
Hex 78 76 8B E F 0 2D F6 8 32
Octal 170 166 213 16 17 0 55 366 10 62
Binary 1111000 1110110 10001011 1110 1111 0 101101 11110110 1000 110010

Color Harmonies of #78768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78768B

Black with #78768B

Text Example


Text Example

White with #78768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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