Html Css Color HEX #7674A6 Scampi

📋 copy color: '#7674A6'

red 118 ◦ green 116 ◦ blue 166

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

Shades of Scampi #7674A6

Tints of Scampi #7674A6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 166 (65.23% from 255) = 41.5%

R = 29.5%
G = 29%
B = 41.5%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7674A6 (or 0x7674A6) is known color: Scampi. HEX triplet: 76, 74 and A6. RGB value is (118,116,166). Sum of RGB (Red+Green+Blue) = 118+116+166=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #7674A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7674A6 is #898B59. Grayscale: #7A7A7A. Windows color (decimal): -9014106 or 10908790. OLE color: 10908790.

HSL color Cylindrical-coordinate representation of color #7674A6: hue angle of 242.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7674A6 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 116 166 -
CMYK 0.29 0.30 0 0.35
HSL 242.4º 0.22% 0.55% -
HSV(B) 242.4º 0.3% 0.65% -
XYZ 20.6 19.1 38.68 -
YUV 122.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 118 116 166 0.29 0.30 0 0.35 242.4 0.22 0.55
Hex 76 74 A6 1D 1E 0 23 F2 16 37
Octal 166 164 246 35 36 0 43 362 26 67
Binary 1110110 1110100 10100110 11101 11110 0 100011 11110010 10110 110111

Color Harmonies of #7674A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7674A6

Black with #7674A6

Text Example


Text Example

White with #7674A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7674A6; }

 p { color: rgb(118,116,166); }

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

background-color css

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

 a { background-color: rgb(118,116,166); }

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

border-color css

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

 span { border-color: rgb(118,116,166); }

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