Html Css Color HEX #74649C Scampi

📋 copy color: '#74649C'

red 116 ◦ green 100 ◦ blue 156

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

Shades of Scampi #74649C

Tints of Scampi #74649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 31.18%
G = 26.88%
B = 41.94%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74649C (or 0x74649C) is known color: Scampi. HEX triplet: 74, 64 and 9C. RGB value is (116,100,156). Sum of RGB (Red+Green+Blue) = 116+100+156=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #74649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649C is #8B9B63. Grayscale: #6E6E6E. Windows color (decimal): -9149284 or 10249332. OLE color: 10249332.

HSL color Cylindrical-coordinate representation of color #74649C: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74649C is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 100 156 -
CMYK 0.26 0.36 0 0.39
HSL 257.14º 0.22% 0.5% -
HSV(B) 257.14º 0.36% 0.61% -
XYZ 17.76 15.23 33.46 -
YUV 111.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 116 100 156 0.26 0.36 0 0.39 257.14 0.22 0.5
Hex 74 64 9C 1A 24 0 27 101 16 32
Octal 164 144 234 32 44 0 47 401 26 62
Binary 1110100 1100100 10011100 11010 100100 0 100111 100000001 10110 110010

Color Harmonies of #74649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74649C

Black with #74649C

Text Example


Text Example

White with #74649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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