Html Css Color HEX #787092 Scampi

📋 copy color: '#787092'

red 120 ◦ green 112 ◦ blue 146

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

Shades of Scampi #787092

Tints of Scampi #787092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 31.75%
G = 29.63%
B = 38.62%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787092 (or 0x787092) is known color: Scampi. HEX triplet: 78, 70 and 92. RGB value is (120,112,146). Sum of RGB (Red+Green+Blue) = 120+112+146=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #787092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787092 is #878F6D. Grayscale: #767676. Windows color (decimal): -8884078 or 9597048. OLE color: 9597048.

HSL color Cylindrical-coordinate representation of color #787092: hue angle of 254.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #787092 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 112 146 -
CMYK 0.18 0.23 0 0.43
HSL 254.12º 0.13% 0.51% -
HSV(B) 254.12º 0.23% 0.57% -
XYZ 18.73 17.66 29.62 -
YUV 118.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 120 112 146 0.18 0.23 0 0.43 254.12 0.13 0.51
Hex 78 70 92 12 17 0 2B FE D 33
Octal 170 160 222 22 27 0 53 376 15 63
Binary 1111000 1110000 10010010 10010 10111 0 101011 11111110 1101 110011

Color Harmonies of #787092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787092

Black with #787092

Text Example


Text Example

White with #787092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787092; }

 p { color: rgb(120,112,146); }

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

background-color css

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

 a { background-color: rgb(120,112,146); }

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

border-color css

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

 span { border-color: rgb(120,112,146); }

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