Html Css Color HEX #7671AD Scampi

📋 copy color: '#7671AD'

red 118 ◦ green 113 ◦ blue 173

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

Shades of Scampi #7671AD

Tints of Scampi #7671AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 29.21%
G = 27.97%
B = 42.82%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7671AD (or 0x7671AD) is known color: Scampi. HEX triplet: 76, 71 and AD. RGB value is (118,113,173). Sum of RGB (Red+Green+Blue) = 118+113+173=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #7671AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7671AD is #898E52. Grayscale: #797979. Windows color (decimal): -9014867 or 11366774. OLE color: 11366774.

HSL color Cylindrical-coordinate representation of color #7671AD: hue angle of 245º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7671AD is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 113 173 -
CMYK 0.32 0.35 0 0.32
HSL 245º 0.27% 0.56% -
HSV(B) 245º 0.35% 0.68% -
XYZ 20.92 18.68 42.04 -
YUV 121.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 118 113 173 0.32 0.35 0 0.32 245 0.27 0.56
Hex 76 71 AD 20 23 0 20 F5 1B 38
Octal 166 161 255 40 43 0 40 365 33 70
Binary 1110110 1110001 10101101 100000 100011 0 100000 11110101 11011 111000

Color Harmonies of #7671AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7671AD

Black with #7671AD

Text Example


Text Example

White with #7671AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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