Html Css Color HEX #78759B Scampi

📋 copy color: '#78759B'

red 120 ◦ green 117 ◦ blue 155

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

Shades of Scampi #78759B

Tints of Scampi #78759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 30.61%
G = 29.85%
B = 39.54%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78759B (or 0x78759B) is known color: Scampi. HEX triplet: 78, 75 and 9B. RGB value is (120,117,155). Sum of RGB (Red+Green+Blue) = 120+117+155=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #78759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78759B is #878A64. Grayscale: #7A7A7A. Windows color (decimal): -8882789 or 10188152. OLE color: 10188152.

HSL color Cylindrical-coordinate representation of color #78759B: hue angle of 244.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78759B is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 117 155 -
CMYK 0.23 0.25 0 0.39
HSL 244.74º 0.16% 0.53% -
HSV(B) 244.74º 0.25% 0.61% -
XYZ 20.02 19.08 33.64 -
YUV 122.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 120 117 155 0.23 0.25 0 0.39 244.74 0.16 0.53
Hex 78 75 9B 17 19 0 27 F5 10 35
Octal 170 165 233 27 31 0 47 365 20 65
Binary 1111000 1110101 10011011 10111 11001 0 100111 11110101 10000 110101

Color Harmonies of #78759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78759B

Black with #78759B

Text Example


Text Example

White with #78759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,117,155); }

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

background-color css

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

 a { background-color: rgb(120,117,155); }

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

border-color css

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

 span { border-color: rgb(120,117,155); }

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