Html Css Color HEX #78709A Scampi

📋 copy color: '#78709A'

red 120 ◦ green 112 ◦ blue 154

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

Shades of Scampi #78709A

Tints of Scampi #78709A

RGB

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

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

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

R = 31.09%
G = 29.02%
B = 39.9%

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

#78709A (or 0x78709A) is known color: Scampi. HEX triplet: 78, 70 and 9A. RGB value is (120,112,154). Sum of RGB (Red+Green+Blue) = 120+112+154=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #78709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78709A is #878F65. Grayscale: #777777. Windows color (decimal): -8884070 or 10121336. OLE color: 10121336.

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

Color convert

RGB 120 112 154 -
CMYK 0.22 0.27 0 0.40
HSL 251.43º 0.17% 0.52% -
HSV(B) 251.43º 0.27% 0.6% -
XYZ 19.37 17.91 33.01 -
YUV 119.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 120 112 154 0.22 0.27 0 0.40 251.43 0.17 0.52
Hex 78 70 9A 16 1B 0 28 FB 11 34
Octal 170 160 232 26 33 0 50 373 21 64
Binary 1111000 1110000 10011010 10110 11011 0 101000 11111011 10001 110100

Color Harmonies of #78709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78709A

Black with #78709A

Text Example


Text Example

White with #78709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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