Html Css Color HEX #74669C Scampi

📋 copy color: '#74669C'

red 116 ◦ green 102 ◦ blue 156

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

Shades of Scampi #74669C

Tints of Scampi #74669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 31.02%
G = 27.27%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74669C (or 0x74669C) is known color: Scampi. HEX triplet: 74, 66 and 9C. RGB value is (116,102,156). Sum of RGB (Red+Green+Blue) = 116+102+156=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #74669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74669C is #8B9963. Grayscale: #707070. Windows color (decimal): -9148772 or 10249844. OLE color: 10249844.

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

Color convert

RGB 116 102 156 -
CMYK 0.26 0.35 0 0.39
HSL 255.56º 0.21% 0.51% -
HSV(B) 255.56º 0.35% 0.61% -
XYZ 17.95 15.62 33.52 -
YUV 112.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 116 102 156 0.26 0.35 0 0.39 255.56 0.21 0.51
Hex 74 66 9C 1A 23 0 27 100 15 33
Octal 164 146 234 32 43 0 47 400 25 63
Binary 1110100 1100110 10011100 11010 100011 0 100111 100000000 10101 110011

Color Harmonies of #74669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74669C

Black with #74669C

Text Example


Text Example

White with #74669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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