Html Css Color HEX #787695 Scampi

📋 copy color: '#787695'

red 120 ◦ green 118 ◦ blue 149

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

Shades of Scampi #787695

Tints of Scampi #787695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 31.01%
G = 30.49%
B = 38.5%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787695 (or 0x787695) is known color: Scampi. HEX triplet: 78, 76 and 95. RGB value is (120,118,149). Sum of RGB (Red+Green+Blue) = 120+118+149=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #787695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787695 is #87896A. Grayscale: #7A7A7A. Windows color (decimal): -8882539 or 9795192. OLE color: 9795192.

HSL color Cylindrical-coordinate representation of color #787695: hue angle of 243.87º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787695 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 118 149 -
CMYK 0.19 0.21 0 0.42
HSL 243.87º 0.13% 0.52% -
HSV(B) 243.87º 0.21% 0.58% -
XYZ 19.65 19.12 31.09 -
YUV 122.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 120 118 149 0.19 0.21 0 0.42 243.87 0.13 0.52
Hex 78 76 95 13 15 0 2A F4 D 34
Octal 170 166 225 23 25 0 52 364 15 64
Binary 1111000 1110110 10010101 10011 10101 0 101010 11110100 1101 110100

Color Harmonies of #787695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787695

Black with #787695

Text Example


Text Example

White with #787695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787695; }

 p { color: rgb(120,118,149); }

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

background-color css

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

 a { background-color: rgb(120,118,149); }

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

border-color css

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

 span { border-color: rgb(120,118,149); }

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