Html Css Color HEX #74639A Scampi

📋 copy color: '#74639A'

red 116 ◦ green 99 ◦ blue 154

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

Shades of Scampi #74639A

Tints of Scampi #74639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 31.44%
G = 26.83%
B = 41.73%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74639A (or 0x74639A) is known color: Scampi. HEX triplet: 74, 63 and 9A. RGB value is (116,99,154). Sum of RGB (Red+Green+Blue) = 116+99+154=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #74639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74639A is #8B9C65. Grayscale: #6E6E6E. Windows color (decimal): -9149542 or 10118004. OLE color: 10118004.

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

Color convert

RGB 116 99 154 -
CMYK 0.25 0.36 0 0.40
HSL 258.55º 0.22% 0.5% -
HSV(B) 258.55º 0.36% 0.6% -
XYZ 17.5 14.97 32.54 -
YUV 110.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 116 99 154 0.25 0.36 0 0.40 258.55 0.22 0.5
Hex 74 63 9A 19 24 0 28 103 16 32
Octal 164 143 232 31 44 0 50 403 26 62
Binary 1110100 1100011 10011010 11001 100100 0 101000 100000011 10110 110010

Color Harmonies of #74639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74639A

Black with #74639A

Text Example


Text Example

White with #74639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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