Html Css Color HEX #78738F Scampi

📋 copy color: '#78738F'

red 120 ◦ green 115 ◦ blue 143

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

Shades of Scampi #78738F

Tints of Scampi #78738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 31.75%
G = 30.42%
B = 37.83%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78738F (or 0x78738F) is known color: Scampi. HEX triplet: 78, 73 and 8F. RGB value is (120,115,143). Sum of RGB (Red+Green+Blue) = 120+115+143=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #78738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78738F is #878C70. Grayscale: #777777. Windows color (decimal): -8883313 or 9401208. OLE color: 9401208.

HSL color Cylindrical-coordinate representation of color #78738F: hue angle of 250.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78738F is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 115 143 -
CMYK 0.16 0.20 0 0.44
HSL 250.71º 0.11% 0.51% -
HSV(B) 250.71º 0.2% 0.56% -
XYZ 18.83 18.24 28.51 -
YUV 119.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 120 115 143 0.16 0.20 0 0.44 250.71 0.11 0.51
Hex 78 73 8F 10 14 0 2C FB B 33
Octal 170 163 217 20 24 0 54 373 13 63
Binary 1111000 1110011 10001111 10000 10100 0 101100 11111011 1011 110011

Color Harmonies of #78738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78738F

Black with #78738F

Text Example


Text Example

White with #78738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,115,143); }

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

background-color css

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

 a { background-color: rgb(120,115,143); }

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

border-color css

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

 span { border-color: rgb(120,115,143); }

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