Html Css Color HEX #7667AE Scampi

📋 copy color: '#7667AE'

red 118 ◦ green 103 ◦ blue 174

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

Shades of Scampi #7667AE

Tints of Scampi #7667AE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 29.87%
G = 26.08%
B = 44.05%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7667AE (or 0x7667AE) is known color: Scampi. HEX triplet: 76, 67 and AE. RGB value is (118,103,174). Sum of RGB (Red+Green+Blue) = 118+103+174=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7667AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7667AE is #899851. Grayscale: #737373. Windows color (decimal): -9017426 or 11429750. OLE color: 11429750.

HSL color Cylindrical-coordinate representation of color #7667AE: hue angle of 252.68º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7667AE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 103 174 -
CMYK 0.32 0.41 0 0.32
HSL 252.68º 0.3% 0.54% -
HSV(B) 252.68º 0.41% 0.68% -
XYZ 19.96 16.61 42.2 -
YUV 115.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 118 103 174 0.32 0.41 0 0.32 252.68 0.3 0.54
Hex 76 67 AE 20 29 0 20 FD 1E 36
Octal 166 147 256 40 51 0 40 375 36 66
Binary 1110110 1100111 10101110 100000 101001 0 100000 11111101 11110 110110

Color Harmonies of #7667AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667AE

Black with #7667AE

Text Example


Text Example

White with #7667AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7667AE; }

 p { color: rgb(118,103,174); }

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

background-color css

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

 a { background-color: rgb(118,103,174); }

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

border-color css

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

 span { border-color: rgb(118,103,174); }

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