Html Css Color HEX #78799E Scampi

📋 copy color: '#78799E'

red 120 ◦ green 121 ◦ blue 158

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

Shades of Scampi #78799E

Tints of Scampi #78799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 30.08%
G = 30.33%
B = 39.6%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78799E (or 0x78799E) is known color: Scampi. HEX triplet: 78, 79 and 9E. RGB value is (120,121,158). Sum of RGB (Red+Green+Blue) = 120+121+158=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #78799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78799E is #878661. Grayscale: #7C7C7C. Windows color (decimal): -8881762 or 10385784. OLE color: 10385784.

HSL color Cylindrical-coordinate representation of color #78799E: hue angle of 238.42º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78799E is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 121 158 -
CMYK 0.24 0.23 0 0.38
HSL 238.42º 0.16% 0.55% -
HSV(B) 238.42º 0.24% 0.62% -
XYZ 20.75 20.14 35.14 -
YUV 124.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 120 121 158 0.24 0.23 0 0.38 238.42 0.16 0.55
Hex 78 79 9E 18 17 0 26 EE 10 37
Octal 170 171 236 30 27 0 46 356 20 67
Binary 1111000 1111001 10011110 11000 10111 0 100110 11101110 10000 110111

Color Harmonies of #78799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78799E

Black with #78799E

Text Example


Text Example

White with #78799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78799E; }

 p { color: rgb(120,121,158); }

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

background-color css

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

 a { background-color: rgb(120,121,158); }

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

border-color css

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

 span { border-color: rgb(120,121,158); }

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