Html Css Color HEX #7876A4 Scampi

📋 copy color: '#7876A4'

red 120 ◦ green 118 ◦ blue 164

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

Shades of Scampi #7876A4

Tints of Scampi #7876A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 29.85%
G = 29.35%
B = 40.8%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7876A4 (or 0x7876A4) is known color: Scampi. HEX triplet: 78, 76 and A4. RGB value is (120,118,164). Sum of RGB (Red+Green+Blue) = 120+118+164=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #7876A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7876A4 is #87895B. Grayscale: #7B7B7B. Windows color (decimal): -8882524 or 10778232. OLE color: 10778232.

HSL color Cylindrical-coordinate representation of color #7876A4: hue angle of 242.61º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7876A4 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 118 164 -
CMYK 0.27 0.28 0 0.36
HSL 242.61º 0.2% 0.55% -
HSV(B) 242.61º 0.28% 0.64% -
XYZ 20.93 19.63 37.81 -
YUV 123.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 120 118 164 0.27 0.28 0 0.36 242.61 0.2 0.55
Hex 78 76 A4 1B 1C 0 24 F3 14 37
Octal 170 166 244 33 34 0 44 363 24 67
Binary 1111000 1110110 10100100 11011 11100 0 100100 11110011 10100 110111

Color Harmonies of #7876A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7876A4

Black with #7876A4

Text Example


Text Example

White with #7876A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7876A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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