Html Css Color HEX #74619C Scampi

📋 copy color: '#74619C'

red 116 ◦ green 97 ◦ blue 156

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

Shades of Scampi #74619C

Tints of Scampi #74619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

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

R = 31.44%
G = 26.29%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74619C (or 0x74619C) is known color: Scampi. HEX triplet: 74, 61 and 9C. RGB value is (116,97,156). Sum of RGB (Red+Green+Blue) = 116+97+156=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #74619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74619C is #8B9E63. Grayscale: #6D6D6D. Windows color (decimal): -9150052 or 10248564. OLE color: 10248564.

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

Color convert

RGB 116 97 156 -
CMYK 0.26 0.38 0 0.39
HSL 259.32º 0.23% 0.5% -
HSV(B) 259.32º 0.38% 0.61% -
XYZ 17.48 14.66 33.36 -
YUV 109.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 116 97 156 0.26 0.38 0 0.39 259.32 0.23 0.5
Hex 74 61 9C 1A 26 0 27 103 17 32
Octal 164 141 234 32 46 0 47 403 27 62
Binary 1110100 1100001 10011100 11010 100110 0 100111 100000011 10111 110010

Color Harmonies of #74619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74619C

Black with #74619C

Text Example


Text Example

White with #74619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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