Html Css Color HEX #74649A Scampi

📋 copy color: '#74649A'

red 116 ◦ green 100 ◦ blue 154

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

Shades of Scampi #74649A

Tints of Scampi #74649A

RGB

 RED value IS 116 (45.7% from 255) = 31.35%

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 31.35%
G = 27.03%
B = 41.62%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74649A (or 0x74649A) is known color: Scampi. HEX triplet: 74, 64 and 9A. RGB value is (116,100,154). Sum of RGB (Red+Green+Blue) = 116+100+154=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #74649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649A is #8B9B65. Grayscale: #6E6E6E. Windows color (decimal): -9149286 or 10118260. OLE color: 10118260.

HSL color Cylindrical-coordinate representation of color #74649A: hue angle of 257.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74649A is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 100 154 -
CMYK 0.25 0.35 0 0.40
HSL 257.78º 0.21% 0.5% -
HSV(B) 257.78º 0.35% 0.6% -
XYZ 17.59 15.16 32.57 -
YUV 110.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 116 100 154 0.25 0.35 0 0.40 257.78 0.21 0.5
Hex 74 64 9A 19 23 0 28 102 15 32
Octal 164 144 232 31 43 0 50 402 25 62
Binary 1110100 1100100 10011010 11001 100011 0 101000 100000010 10101 110010

Color Harmonies of #74649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74649A

Black with #74649A

Text Example


Text Example

White with #74649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74649A; }

 p { color: rgb(116,100,154); }

 H1.HeaderClassName
 {
   color: #74649A;
 }
 .AnyTagClassName
 {
   color: #74649A;
 }
</style>

background-color css

<style>
 a { background-color: #74649A; }

 a { background-color: rgb(116,100,154); }

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

border-color css

<style>
 span { border-color: #74649A; }

 span { border-color: rgb(116,100,154); }

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