Html Css Color HEX #7671AC Scampi

📋 copy color: '#7671AC'

red 118 ◦ green 113 ◦ blue 172

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

Shades of Scampi #7671AC

Tints of Scampi #7671AC

RGB

 RED value IS 118 (46.48% from 255) = 29.28%

 GREEN value IS 113 (44.53% from 255) = 28.04%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 29.28%
G = 28.04%
B = 42.68%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7671AC (or 0x7671AC) is known color: Scampi. HEX triplet: 76, 71 and AC. RGB value is (118,113,172). Sum of RGB (Red+Green+Blue) = 118+113+172=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7671AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7671AC is #898E53. Grayscale: #787878. Windows color (decimal): -9014868 or 11301238. OLE color: 11301238.

HSL color Cylindrical-coordinate representation of color #7671AC: hue angle of 245.08º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7671AC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 113 172 -
CMYK 0.31 0.34 0 0.33
HSL 245.08º 0.26% 0.56% -
HSV(B) 245.08º 0.34% 0.67% -
XYZ 20.82 18.64 41.53 -
YUV 121.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 118 113 172 0.31 0.34 0 0.33 245.08 0.26 0.56
Hex 76 71 AC 1F 22 0 21 F5 1A 38
Octal 166 161 254 37 42 0 41 365 32 70
Binary 1110110 1110001 10101100 11111 100010 0 100001 11110101 11010 111000

Color Harmonies of #7671AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7671AC

Black with #7671AC

Text Example


Text Example

White with #7671AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7671AC; }

 p { color: rgb(118,113,172); }

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

background-color css

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

 a { background-color: rgb(118,113,172); }

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

border-color css

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

 span { border-color: rgb(118,113,172); }

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