Html Css Color HEX #78758B Scampi

📋 copy color: '#78758B'

red 120 ◦ green 117 ◦ blue 139

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

Shades of Scampi #78758B

Tints of Scampi #78758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 31.91%
G = 31.12%
B = 36.97%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78758B (or 0x78758B) is known color: Scampi. HEX triplet: 78, 75 and 8B. RGB value is (120,117,139). Sum of RGB (Red+Green+Blue) = 120+117+139=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #78758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78758B is #878A74. Grayscale: #787878. Windows color (decimal): -8882805 or 9139576. OLE color: 9139576.

HSL color Cylindrical-coordinate representation of color #78758B: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78758B is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 117 139 -
CMYK 0.14 0.16 0 0.45
HSL 248.18º 0.09% 0.5% -
HSV(B) 248.18º 0.16% 0.55% -
XYZ 18.77 18.58 27.02 -
YUV 120.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 120 117 139 0.14 0.16 0 0.45 248.18 0.09 0.5
Hex 78 75 8B E 10 0 2D F8 9 32
Octal 170 165 213 16 20 0 55 370 11 62
Binary 1111000 1110101 10001011 1110 10000 0 101101 11111000 1001 110010

Color Harmonies of #78758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78758B

Black with #78758B

Text Example


Text Example

White with #78758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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