Html Css Color HEX #78729F Scampi

📋 copy color: '#78729F'

red 120 ◦ green 114 ◦ blue 159

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

Shades of Scampi #78729F

Tints of Scampi #78729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 30.53%
G = 29.01%
B = 40.46%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78729F (or 0x78729F) is known color: Scampi. HEX triplet: 78, 72 and 9F. RGB value is (120,114,159). Sum of RGB (Red+Green+Blue) = 120+114+159=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #78729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78729F is #878D60. Grayscale: #787878. Windows color (decimal): -8883553 or 10449528. OLE color: 10449528.

HSL color Cylindrical-coordinate representation of color #78729F: hue angle of 248º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78729F is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 114 159 -
CMYK 0.25 0.28 0 0.38
HSL 248º 0.19% 0.54% -
HSV(B) 248º 0.28% 0.62% -
XYZ 20.02 18.53 35.32 -
YUV 120.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 120 114 159 0.25 0.28 0 0.38 248 0.19 0.54
Hex 78 72 9F 19 1C 0 26 F8 13 36
Octal 170 162 237 31 34 0 46 370 23 66
Binary 1111000 1110010 10011111 11001 11100 0 100110 11111000 10011 110110

Color Harmonies of #78729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78729F

Black with #78729F

Text Example


Text Example

White with #78729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78729F; }

 p { color: rgb(120,114,159); }

 H1.HeaderClassName
 {
   color: #78729F;
 }
 .AnyTagClassName
 {
   color: #78729F;
 }
</style>

background-color css

<style>
 a { background-color: #78729F; }

 a { background-color: rgb(120,114,159); }

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

border-color css

<style>
 span { border-color: #78729F; }

 span { border-color: rgb(120,114,159); }

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