Html Css Color HEX #78719A Scampi

📋 copy color: '#78719A'

red 120 ◦ green 113 ◦ blue 154

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

Shades of Scampi #78719A

Tints of Scampi #78719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 31.01%
G = 29.2%
B = 39.79%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78719A (or 0x78719A) is known color: Scampi. HEX triplet: 78, 71 and 9A. RGB value is (120,113,154). Sum of RGB (Red+Green+Blue) = 120+113+154=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #78719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78719A is #878E65. Grayscale: #777777. Windows color (decimal): -8883814 or 10121592. OLE color: 10121592.

HSL color Cylindrical-coordinate representation of color #78719A: hue angle of 250.24º 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 #78719A is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 113 154 -
CMYK 0.22 0.27 0 0.40
HSL 250.24º 0.17% 0.52% -
HSV(B) 250.24º 0.27% 0.6% -
XYZ 19.48 18.14 33.05 -
YUV 119.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 120 113 154 0.22 0.27 0 0.40 250.24 0.17 0.52
Hex 78 71 9A 16 1B 0 28 FA 11 34
Octal 170 161 232 26 33 0 50 372 21 64
Binary 1111000 1110001 10011010 10110 11011 0 101000 11111010 10001 110100

Color Harmonies of #78719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78719A

Black with #78719A

Text Example


Text Example

White with #78719A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,113,154); }

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

background-color css

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

 a { background-color: rgb(120,113,154); }

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

border-color css

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

 span { border-color: rgb(120,113,154); }

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