Html Css Color HEX #78709F Scampi

📋 copy color: '#78709F'

red 120 ◦ green 112 ◦ blue 159

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

Shades of Scampi #78709F

Tints of Scampi #78709F

RGB

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

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

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

R = 30.69%
G = 28.64%
B = 40.66%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78709F (or 0x78709F) is known color: Scampi. HEX triplet: 78, 70 and 9F. RGB value is (120,112,159). Sum of RGB (Red+Green+Blue) = 120+112+159=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #78709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78709F is #878F60. Grayscale: #777777. Windows color (decimal): -8884065 or 10449016. OLE color: 10449016.

HSL color Cylindrical-coordinate representation of color #78709F: hue angle of 250.21º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78709F is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 112 159 -
CMYK 0.25 0.30 0 0.38
HSL 250.21º 0.2% 0.53% -
HSV(B) 250.21º 0.3% 0.62% -
XYZ 19.8 18.08 35.25 -
YUV 119.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 120 112 159 0.25 0.30 0 0.38 250.21 0.2 0.53
Hex 78 70 9F 19 1E 0 26 FA 14 35
Octal 170 160 237 31 36 0 46 372 24 65
Binary 1111000 1110000 10011111 11001 11110 0 100110 11111010 10100 110101

Color Harmonies of #78709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78709F

Black with #78709F

Text Example


Text Example

White with #78709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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