Html Css Color HEX #74609C Scampi

📋 copy color: '#74609C'

red 116 ◦ green 96 ◦ blue 156

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

Shades of Scampi #74609C

Tints of Scampi #74609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 31.52%
G = 26.09%
B = 42.39%

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

#74609C (or 0x74609C) is known color: Scampi. HEX triplet: 74, 60 and 9C. RGB value is (116,96,156). Sum of RGB (Red+Green+Blue) = 116+96+156=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #74609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74609C is #8B9F63. Grayscale: #6C6C6C. Windows color (decimal): -9150308 or 10248308. OLE color: 10248308.

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

Color convert

RGB 116 96 156 -
CMYK 0.26 0.38 0 0.39
HSL 260º 0.24% 0.49% -
HSV(B) 260º 0.38% 0.61% -
XYZ 17.39 14.48 33.33 -
YUV 108.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 116 96 156 0.26 0.38 0 0.39 260 0.24 0.49
Hex 74 60 9C 1A 26 0 27 104 18 31
Octal 164 140 234 32 46 0 47 404 30 61
Binary 1110100 1100000 10011100 11010 100110 0 100111 100000100 11000 110001

Color Harmonies of #74609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74609C

Black with #74609C

Text Example


Text Example

White with #74609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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